Html Css Color HEX #D288FE Heliotrope

📋 copy color: '#D288FE'

red 210 ◦ green 136 ◦ blue 254

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

Shades of Heliotrope #D288FE

Tints of Heliotrope #D288FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 35%
G = 22.67%
B = 42.33%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D288FE (or 0xD288FE) is known color: Heliotrope. HEX triplet: D2, 88 and FE. RGB value is (210,136,254). Sum of RGB (Red+Green+Blue) = 210+136+254=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #D288FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FE is #2D7701. Grayscale: #ABABAB. Windows color (decimal): -2979586 or 16681170. OLE color: 16681170.

HSL color Cylindrical-coordinate representation of color #D288FE: hue angle of 277.63º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D288FE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 136 254 -
CMYK 0.17 0.46 0 0.00
HSL 277.63º 0.98% 0.76% -
HSV(B) 277.63º 0.46% 1% -
XYZ 53.27 38.47 98.38 -
YUV 171.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 210 136 254 0.17 0.46 0 0.00 277.63 0.98 0.76
Hex D2 88 FE 11 2E 0 0 116 62 4C
Octal 322 210 376 21 56 0 0 426 142 114
Binary 11010010 10001000 11111110 10001 101110 0 0 100010110 1100010 1001100

Color Harmonies of #D288FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288FE

Black with #D288FE

Text Example


Text Example

White with #D288FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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