Html Css Color HEX #D60FFD Psychedelic Purple

📋 copy color: '#D60FFD'

red 214 ◦ green 15 ◦ blue 253

#D60FFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D60FFD

Tints of Psychedelic Purple #D60FFD

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

 GREEN value IS 15 (6.25% from 255) = 3.11%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 44.4%
G = 3.11%
B = 52.49%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D60FFD (or 0xD60FFD) is known color: Psychedelic Purple. HEX triplet: D6, 0F and FD. RGB value is (214,15,253). Sum of RGB (Red+Green+Blue) = 214+15+253=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D60FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FFD is #29F002. Grayscale: #646464. Windows color (decimal): -2748419 or 16584662. OLE color: 16584662.

HSL color Cylindrical-coordinate representation of color #D60FFD: hue angle of 290.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60FFD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 15 253 -
CMYK 0.15 0.94 0 0.01
HSL 290.17º 0.98% 0.53% -
HSV(B) 290.17º 0.94% 0.99% -
XYZ 45.63 21.73 94.72 -
YUV 101.63 213.43 208.15 -
System Red Green Blue C M Y K H S L
Decimal 214 15 253 0.15 0.94 0 0.01 290.17 0.98 0.53
Hex D6 F FD F 5E 0 1 122 62 35
Octal 326 17 375 17 136 0 1 442 142 65
Binary 11010110 1111 11111101 1111 1011110 0 1 100100010 1100010 110101

Color Harmonies of #D60FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FFD

Black with #D60FFD

Text Example


Text Example

White with #D60FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FFD; }

 p { color: rgb(214,15,253); }

 H1.HeaderClassName
 {
   color: #D60FFD;
 }
 .AnyTagClassName
 {
   color: #D60FFD;
 }
</style>

background-color css

<style>
 a { background-color: #D60FFD; }

 a { background-color: rgb(214,15,253); }

 div.DivClassName
 {
   background-color: #D60FFD;
 }
 .BgClassName
 {
   background-color: #D60FFD;
 }
</style>

border-color css

<style>
 span { border-color: #D60FFD; }

 span { border-color: rgb(214,15,253); }

 td.TdClassName
 {
   border-color: #D60FFD;
 }
 .TagClassName
 {
   border-color: #D60FFD;
 }
</style>