Html Css Color HEX #D288FF Heliotrope

📋 copy color: '#D288FF'

red 210 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #D288FF

Tints of Heliotrope #D288FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 34.94%
G = 22.63%
B = 42.43%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D288FF (or 0xD288FF) is known color: Heliotrope. HEX triplet: D2, 88 and FF. RGB value is (210,136,255). Sum of RGB (Red+Green+Blue) = 210+136+255=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #D288FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FF is #2D7700. Grayscale: #ABABAB. Windows color (decimal): -2979585 or 16746706. OLE color: 16746706.

HSL color Cylindrical-coordinate representation of color #D288FF: hue angle of 277.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D288FF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 136 255 -
CMYK 0.18 0.47 0 0
HSL 277.31º 1% 0.77% -
HSV(B) 277.31º 0.47% 1% -
XYZ 53.43 38.53 99.23 -
YUV 171.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 210 136 255 0.18 0.47 0 0 277.31 1 0.77
Hex D2 88 FF 12 2F 0 0 115 64 4D
Octal 322 210 377 22 57 0 0 425 144 115
Binary 11010010 10001000 11111111 10010 101111 0 0 100010101 1100100 1001101

Color Harmonies of #D288FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288FF

Black with #D288FF

Text Example


Text Example

White with #D288FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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