Html Css Color HEX #D006ED Psychedelic Purple

📋 copy color: '#D006ED'

red 208 ◦ green 6 ◦ blue 237

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

Shades of Psychedelic Purple #D006ED

Tints of Psychedelic Purple #D006ED

RGB

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

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

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

R = 46.12%
G = 1.33%
B = 52.55%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D006ED (or 0xD006ED) is known color: Psychedelic Purple. HEX triplet: D0, 06 and ED. RGB value is (208,6,237). Sum of RGB (Red+Green+Blue) = 208+6+237=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #D006ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006ED is #2FF912. Grayscale: #5C5C5C. Windows color (decimal): -3143955 or 15533776. OLE color: 15533776.

HSL color Cylindrical-coordinate representation of color #D006ED: hue angle of 292.47º 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 #D006ED is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 6 237 -
CMYK 0.12 0.97 0 0.07
HSL 292.47º 0.95% 0.48% -
HSV(B) 292.47º 0.97% 0.93% -
XYZ 41.36 19.65 81.73 -
YUV 92.73 209.42 210.22 -
System Red Green Blue C M Y K H S L
Decimal 208 6 237 0.12 0.97 0 0.07 292.47 0.95 0.48
Hex D0 6 ED C 61 0 7 124 5F 30
Octal 320 6 355 14 141 0 7 444 137 60
Binary 11010000 110 11101101 1100 1100001 0 111 100100100 1011111 110000

Color Harmonies of #D006ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006ED

Black with #D006ED

Text Example


Text Example

White with #D006ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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