Html Css Color HEX #D288FD Heliotrope

📋 copy color: '#D288FD'

red 210 ◦ green 136 ◦ blue 253

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

Shades of Heliotrope #D288FD

Tints of Heliotrope #D288FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 35.06%
G = 22.7%
B = 42.24%

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

#D288FD (or 0xD288FD) is known color: Heliotrope. HEX triplet: D2, 88 and FD. RGB value is (210,136,253). Sum of RGB (Red+Green+Blue) = 210+136+253=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #D288FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FD is #2D7702. Grayscale: #ABABAB. Windows color (decimal): -2979587 or 16615634. OLE color: 16615634.

HSL color Cylindrical-coordinate representation of color #D288FD: hue angle of 277.95º degrees, saturation: 0.97, 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 #D288FD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 136 253 -
CMYK 0.17 0.46 0 0.01
HSL 277.95º 0.97% 0.76% -
HSV(B) 277.95º 0.46% 0.99% -
XYZ 53.11 38.4 97.54 -
YUV 171.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 210 136 253 0.17 0.46 0 0.01 277.95 0.97 0.76
Hex D2 88 FD 11 2E 0 1 116 61 4C
Octal 322 210 375 21 56 0 1 426 141 114
Binary 11010010 10001000 11111101 10001 101110 0 1 100010110 1100001 1001100

Color Harmonies of #D288FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288FD

Black with #D288FD

Text Example


Text Example

White with #D288FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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