Html Css Color HEX #D60DED Psychedelic Purple

📋 copy color: '#D60DED'

red 214 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #D60DED

Tints of Psychedelic Purple #D60DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.8%

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 46.12%
G = 2.8%
B = 51.08%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D60DED (or 0xD60DED) is known color: Psychedelic Purple. HEX triplet: D6, 0D and ED. RGB value is (214,13,237). Sum of RGB (Red+Green+Blue) = 214+13+237=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #D60DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DED is #29F212. Grayscale: #616161. Windows color (decimal): -2748947 or 15535574. OLE color: 15535574.

HSL color Cylindrical-coordinate representation of color #D60DED: hue angle of 293.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60DED is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 13 237 -
CMYK 0.10 0.95 0 0.07
HSL 293.84º 0.9% 0.49% -
HSV(B) 293.84º 0.95% 0.93% -
XYZ 43.16 20.7 81.84 -
YUV 98.64 206.09 210.29 -
System Red Green Blue C M Y K H S L
Decimal 214 13 237 0.10 0.95 0 0.07 293.84 0.9 0.49
Hex D6 D ED A 5F 0 7 126 5A 31
Octal 326 15 355 12 137 0 7 446 132 61
Binary 11010110 1101 11101101 1010 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D60DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DED

Black with #D60DED

Text Example


Text Example

White with #D60DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DED; }

 p { color: rgb(214,13,237); }

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

background-color css

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

 a { background-color: rgb(214,13,237); }

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

border-color css

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

 span { border-color: rgb(214,13,237); }

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