Html Css Color HEX #D088FF Heliotrope

📋 copy color: '#D088FF'

red 208 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #D088FF

Tints of Heliotrope #D088FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.57%

R = 34.72%
G = 22.7%
B = 42.57%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D088FF (or 0xD088FF) is known color: Heliotrope. HEX triplet: D0, 88 and FF. RGB value is (208,136,255). Sum of RGB (Red+Green+Blue) = 208+136+255=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D088FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088FF is #2F7700. Grayscale: #AAAAAA. Windows color (decimal): -3110657 or 16746704. OLE color: 16746704.

HSL color Cylindrical-coordinate representation of color #D088FF: hue angle of 276.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D088FF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 136 255 -
CMYK 0.18 0.47 0 0
HSL 276.3º 1% 0.77% -
HSV(B) 276.3º 0.47% 1% -
XYZ 52.87 38.24 99.2 -
YUV 171.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 208 136 255 0.18 0.47 0 0 276.3 1 0.77
Hex D0 88 FF 12 2F 0 0 114 64 4D
Octal 320 210 377 22 57 0 0 424 144 115
Binary 11010000 10001000 11111111 10010 101111 0 0 100010100 1100100 1001101

Color Harmonies of #D088FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088FF

Black with #D088FF

Text Example


Text Example

White with #D088FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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