Html Css Color HEX #D088F0 Heliotrope

📋 copy color: '#D088F0'

red 208 ◦ green 136 ◦ blue 240

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

Shades of Heliotrope #D088F0

Tints of Heliotrope #D088F0

RGB

 RED value IS 208 (81.64% from 255) = 35.62%

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

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

R = 35.62%
G = 23.29%
B = 41.1%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D088F0 (or 0xD088F0) is known color: Heliotrope. HEX triplet: D0, 88 and F0. RGB value is (208,136,240). Sum of RGB (Red+Green+Blue) = 208+136+240=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #D088F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F0 is #2F770F. Grayscale: #A9A9A9. Windows color (decimal): -3110672 or 15763664. OLE color: 15763664.

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

Color convert

RGB 208 136 240 -
CMYK 0.13 0.43 0 0.06
HSL 281.54º 0.78% 0.74% -
HSV(B) 281.54º 0.43% 0.94% -
XYZ 50.54 37.31 86.98 -
YUV 169.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 208 136 240 0.13 0.43 0 0.06 281.54 0.78 0.74
Hex D0 88 F0 D 2B 0 6 11A 4E 4A
Octal 320 210 360 15 53 0 6 432 116 112
Binary 11010000 10001000 11110000 1101 101011 0 110 100011010 1001110 1001010

Color Harmonies of #D088F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088F0

Black with #D088F0

Text Example


Text Example

White with #D088F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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