Html Css Color HEX #D07DEF Heliotrope

📋 copy color: '#D07DEF'

red 208 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #D07DEF

Tints of Heliotrope #D07DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

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

R = 36.36%
G = 21.85%
B = 41.78%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D07DEF (or 0xD07DEF) is known color: Heliotrope. HEX triplet: D0, 7D and EF. RGB value is (208,125,239). Sum of RGB (Red+Green+Blue) = 208+125+239=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #D07DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DEF is #2F8210. Grayscale: #A2A2A2. Windows color (decimal): -3113489 or 15695312. OLE color: 15695312.

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

Color convert

RGB 208 125 239 -
CMYK 0.13 0.48 0 0.06
HSL 283.68º 0.78% 0.71% -
HSV(B) 283.68º 0.48% 0.94% -
XYZ 48.93 34.31 85.7 -
YUV 162.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 208 125 239 0.13 0.48 0 0.06 283.68 0.78 0.71
Hex D0 7D EF D 30 0 6 11C 4E 47
Octal 320 175 357 15 60 0 6 434 116 107
Binary 11010000 1111101 11101111 1101 110000 0 110 100011100 1001110 1000111

Color Harmonies of #D07DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DEF

Black with #D07DEF

Text Example


Text Example

White with #D07DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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