Html Css Color HEX #D088FA Heliotrope

📋 copy color: '#D088FA'

red 208 ◦ green 136 ◦ blue 250

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

Shades of Heliotrope #D088FA

Tints of Heliotrope #D088FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 35.02%
G = 22.9%
B = 42.09%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D088FA (or 0xD088FA) is known color: Heliotrope. HEX triplet: D0, 88 and FA. RGB value is (208,136,250). Sum of RGB (Red+Green+Blue) = 208+136+250=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #D088FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088FA is #2F7705. Grayscale: #AAAAAA. Windows color (decimal): -3110662 or 16419024. OLE color: 16419024.

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

Color convert

RGB 208 136 250 -
CMYK 0.17 0.46 0 0.02
HSL 277.89º 0.92% 0.76% -
HSV(B) 277.89º 0.46% 0.98% -
XYZ 52.07 37.92 95.02 -
YUV 170.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 208 136 250 0.17 0.46 0 0.02 277.89 0.92 0.76
Hex D0 88 FA 11 2E 0 2 116 5C 4C
Octal 320 210 372 21 56 0 2 426 134 114
Binary 11010000 10001000 11111010 10001 101110 0 10 100010110 1011100 1001100

Color Harmonies of #D088FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088FA

Black with #D088FA

Text Example


Text Example

White with #D088FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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