Html Css Color HEX #D006EE Psychedelic Purple

📋 copy color: '#D006EE'

red 208 ◦ green 6 ◦ blue 238

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

Shades of Psychedelic Purple #D006EE

Tints of Psychedelic Purple #D006EE

RGB

 RED value IS 208 (81.64% from 255) = 46.02%

 GREEN value IS 6 (2.73% from 255) = 1.33%

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 46.02%
G = 1.33%
B = 52.65%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D006EE (or 0xD006EE) is known color: Psychedelic Purple. HEX triplet: D0, 06 and EE. RGB value is (208,6,238). Sum of RGB (Red+Green+Blue) = 208+6+238=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #D006EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006EE is #2FF911. Grayscale: #5C5C5C. Windows color (decimal): -3143954 or 15599312. OLE color: 15599312.

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

Color convert

RGB 208 6 238 -
CMYK 0.13 0.97 0 0.07
HSL 292.24º 0.95% 0.48% -
HSV(B) 292.24º 0.97% 0.93% -
XYZ 41.51 19.71 82.51 -
YUV 92.85 209.92 210.14 -
System Red Green Blue C M Y K H S L
Decimal 208 6 238 0.13 0.97 0 0.07 292.24 0.95 0.48
Hex D0 6 EE D 61 0 7 124 5F 30
Octal 320 6 356 15 141 0 7 444 137 60
Binary 11010000 110 11101110 1101 1100001 0 111 100100100 1011111 110000

Color Harmonies of #D006EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006EE

Black with #D006EE

Text Example


Text Example

White with #D006EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006EE; }

 p { color: rgb(208,6,238); }

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

background-color css

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

 a { background-color: rgb(208,6,238); }

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

border-color css

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

 span { border-color: rgb(208,6,238); }

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