Html Css Color HEX #D006EF Psychedelic Purple

📋 copy color: '#D006EF'

red 208 ◦ green 6 ◦ blue 239

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

Shades of Psychedelic Purple #D006EF

Tints of Psychedelic Purple #D006EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 45.92%
G = 1.32%
B = 52.76%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D006EF (or 0xD006EF) is known color: Psychedelic Purple. HEX triplet: D0, 06 and EF. RGB value is (208,6,239). Sum of RGB (Red+Green+Blue) = 208+6+239=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #D006EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006EF is #2FF910. Grayscale: #5C5C5C. Windows color (decimal): -3143953 or 15664848. OLE color: 15664848.

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

Color convert

RGB 208 6 239 -
CMYK 0.13 0.97 0 0.06
HSL 292.02º 0.95% 0.48% -
HSV(B) 292.02º 0.97% 0.94% -
XYZ 41.66 19.77 83.28 -
YUV 92.96 210.42 210.05 -
System Red Green Blue C M Y K H S L
Decimal 208 6 239 0.13 0.97 0 0.06 292.02 0.95 0.48
Hex D0 6 EF D 61 0 6 124 5F 30
Octal 320 6 357 15 141 0 6 444 137 60
Binary 11010000 110 11101111 1101 1100001 0 110 100100100 1011111 110000

Color Harmonies of #D006EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006EF

Black with #D006EF

Text Example


Text Example

White with #D006EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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