Html Css Color HEX #D288EF Heliotrope

📋 copy color: '#D288EF'

red 210 ◦ green 136 ◦ blue 239

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

Shades of Heliotrope #D288EF

Tints of Heliotrope #D288EF

RGB

 RED value IS 210 (82.42% from 255) = 35.9%

 GREEN value IS 136 (53.52% from 255) = 23.25%

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

R = 35.9%
G = 23.25%
B = 40.85%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D288EF (or 0xD288EF) is known color: Heliotrope. HEX triplet: D2, 88 and EF. RGB value is (210,136,239). Sum of RGB (Red+Green+Blue) = 210+136+239=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #D288EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288EF is #2D7710. Grayscale: #A9A9A9. Windows color (decimal): -2979601 or 15698130. OLE color: 15698130.

HSL color Cylindrical-coordinate representation of color #D288EF: hue angle of 283.11º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D288EF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 136 239 -
CMYK 0.12 0.43 0 0.06
HSL 283.11º 0.76% 0.74% -
HSV(B) 283.11º 0.43% 0.94% -
XYZ 50.96 37.54 86.22 -
YUV 169.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 210 136 239 0.12 0.43 0 0.06 283.11 0.76 0.74
Hex D2 88 EF C 2B 0 6 11B 4C 4A
Octal 322 210 357 14 53 0 6 433 114 112
Binary 11010010 10001000 11101111 1100 101011 0 110 100011011 1001100 1001010

Color Harmonies of #D288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288EF

Black with #D288EF

Text Example


Text Example

White with #D288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288EF; }

 p { color: rgb(210,136,239); }

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

background-color css

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

 a { background-color: rgb(210,136,239); }

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

border-color css

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

 span { border-color: rgb(210,136,239); }

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