Html Css Color HEX #D288FC Heliotrope

📋 copy color: '#D288FC'

red 210 ◦ green 136 ◦ blue 252

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

Shades of Heliotrope #D288FC

Tints of Heliotrope #D288FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 35.12%
G = 22.74%
B = 42.14%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D288FC (or 0xD288FC) is known color: Heliotrope. HEX triplet: D2, 88 and FC. RGB value is (210,136,252). Sum of RGB (Red+Green+Blue) = 210+136+252=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #D288FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FC is #2D7703. Grayscale: #AAAAAA. Windows color (decimal): -2979588 or 16550098. OLE color: 16550098.

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

Color convert

RGB 210 136 252 -
CMYK 0.17 0.46 0 0.01
HSL 278.28º 0.95% 0.76% -
HSV(B) 278.28º 0.46% 0.99% -
XYZ 52.95 38.34 96.7 -
YUV 171.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 210 136 252 0.17 0.46 0 0.01 278.28 0.95 0.76
Hex D2 88 FC 11 2E 0 1 116 5F 4C
Octal 322 210 374 21 56 0 1 426 137 114
Binary 11010010 10001000 11111100 10001 101110 0 1 100010110 1011111 1001100

Color Harmonies of #D288FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288FC

Black with #D288FC

Text Example


Text Example

White with #D288FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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