Html Css Color HEX #D288F0 Heliotrope

📋 copy color: '#D288F0'

red 210 ◦ green 136 ◦ blue 240

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

Shades of Heliotrope #D288F0

Tints of Heliotrope #D288F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 35.84%
G = 23.21%
B = 40.96%

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

#D288F0 (or 0xD288F0) is known color: Heliotrope. HEX triplet: D2, 88 and F0. RGB value is (210,136,240). Sum of RGB (Red+Green+Blue) = 210+136+240=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #D288F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F0 is #2D770F. Grayscale: #A9A9A9. Windows color (decimal): -2979600 or 15763666. OLE color: 15763666.

HSL color Cylindrical-coordinate representation of color #D288F0: hue angle of 282.69º degrees, saturation: 0.78, 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 #D288F0 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 136 240 -
CMYK 0.12 0.43 0 0.06
HSL 282.69º 0.78% 0.74% -
HSV(B) 282.69º 0.43% 0.94% -
XYZ 51.11 37.6 87 -
YUV 169.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 210 136 240 0.12 0.43 0 0.06 282.69 0.78 0.74
Hex D2 88 F0 C 2B 0 6 11B 4E 4A
Octal 322 210 360 14 53 0 6 433 116 112
Binary 11010010 10001000 11110000 1100 101011 0 110 100011011 1001110 1001010

Color Harmonies of #D288F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288F0

Black with #D288F0

Text Example


Text Example

White with #D288F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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