Html Css Color HEX #D288F2 Heliotrope

📋 copy color: '#D288F2'

red 210 ◦ green 136 ◦ blue 242

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

Shades of Heliotrope #D288F2

Tints of Heliotrope #D288F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 35.71%
G = 23.13%
B = 41.16%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D288F2 (or 0xD288F2) is known color: Heliotrope. HEX triplet: D2, 88 and F2. RGB value is (210,136,242). Sum of RGB (Red+Green+Blue) = 210+136+242=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #D288F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F2 is #2D770D. Grayscale: #A9A9A9. Windows color (decimal): -2979598 or 15894738. OLE color: 15894738.

HSL color Cylindrical-coordinate representation of color #D288F2: hue angle of 281.89º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D288F2 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 136 242 -
CMYK 0.13 0.44 0 0.05
HSL 281.89º 0.8% 0.74% -
HSV(B) 281.89º 0.44% 0.95% -
XYZ 51.41 37.72 88.58 -
YUV 170.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 210 136 242 0.13 0.44 0 0.05 281.89 0.8 0.74
Hex D2 88 F2 D 2C 0 5 11A 50 4A
Octal 322 210 362 15 54 0 5 432 120 112
Binary 11010010 10001000 11110010 1101 101100 0 101 100011010 1010000 1001010

Color Harmonies of #D288F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288F2

Black with #D288F2

Text Example


Text Example

White with #D288F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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