Html Css Color HEX #D288F9 Heliotrope

📋 copy color: '#D288F9'

red 210 ◦ green 136 ◦ blue 249

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

Shades of Heliotrope #D288F9

Tints of Heliotrope #D288F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 35.29%
G = 22.86%
B = 41.85%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D288F9 (or 0xD288F9) is known color: Heliotrope. HEX triplet: D2, 88 and F9. RGB value is (210,136,249). Sum of RGB (Red+Green+Blue) = 210+136+249=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #D288F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F9 is #2D7706. Grayscale: #AAAAAA. Windows color (decimal): -2979591 or 16353490. OLE color: 16353490.

HSL color Cylindrical-coordinate representation of color #D288F9: hue angle of 279.29º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D288F9 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 136 249 -
CMYK 0.16 0.45 0 0.02
HSL 279.29º 0.9% 0.75% -
HSV(B) 279.29º 0.45% 0.98% -
XYZ 52.48 38.15 94.22 -
YUV 171.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 210 136 249 0.16 0.45 0 0.02 279.29 0.9 0.75
Hex D2 88 F9 10 2D 0 2 117 5A 4B
Octal 322 210 371 20 55 0 2 427 132 113
Binary 11010010 10001000 11111001 10000 101101 0 10 100010111 1011010 1001011

Color Harmonies of #D288F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288F9

Black with #D288F9

Text Example


Text Example

White with #D288F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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