Html Css Color HEX #D288F1 Heliotrope

📋 copy color: '#D288F1'

red 210 ◦ green 136 ◦ blue 241

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

Shades of Heliotrope #D288F1

Tints of Heliotrope #D288F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 35.78%
G = 23.17%
B = 41.06%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D288F1 (or 0xD288F1) is known color: Heliotrope. HEX triplet: D2, 88 and F1. RGB value is (210,136,241). Sum of RGB (Red+Green+Blue) = 210+136+241=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D288F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F1 is #2D770E. Grayscale: #A9A9A9. Windows color (decimal): -2979599 or 15829202. OLE color: 15829202.

HSL color Cylindrical-coordinate representation of color #D288F1: hue angle of 282.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D288F1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 136 241 -
CMYK 0.13 0.44 0 0.05
HSL 282.29º 0.79% 0.74% -
HSV(B) 282.29º 0.44% 0.95% -
XYZ 51.26 37.66 87.79 -
YUV 170.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 210 136 241 0.13 0.44 0 0.05 282.29 0.79 0.74
Hex D2 88 F1 D 2C 0 5 11A 4F 4A
Octal 322 210 361 15 54 0 5 432 117 112
Binary 11010010 10001000 11110001 1101 101100 0 101 100011010 1001111 1001010

Color Harmonies of #D288F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288F1

Black with #D288F1

Text Example


Text Example

White with #D288F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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