Html Css Color HEX #D088F1 Heliotrope

📋 copy color: '#D088F1'

red 208 ◦ green 136 ◦ blue 241

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

Shades of Heliotrope #D088F1

Tints of Heliotrope #D088F1

RGB

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

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

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

R = 35.56%
G = 23.25%
B = 41.2%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D088F1 (or 0xD088F1) is known color: Heliotrope. HEX triplet: D0, 88 and F1. RGB value is (208,136,241). Sum of RGB (Red+Green+Blue) = 208+136+241=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #D088F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F1 is #2F770E. Grayscale: #A9A9A9. Windows color (decimal): -3110671 or 15829200. OLE color: 15829200.

HSL color Cylindrical-coordinate representation of color #D088F1: hue angle of 281.14º 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 #D088F1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 136 241 -
CMYK 0.14 0.44 0 0.05
HSL 281.14º 0.79% 0.74% -
HSV(B) 281.14º 0.44% 0.95% -
XYZ 50.69 37.37 87.76 -
YUV 169.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 208 136 241 0.14 0.44 0 0.05 281.14 0.79 0.74
Hex D0 88 F1 E 2C 0 5 119 4F 4A
Octal 320 210 361 16 54 0 5 431 117 112
Binary 11010000 10001000 11110001 1110 101100 0 101 100011001 1001111 1001010

Color Harmonies of #D088F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088F1

Black with #D088F1

Text Example


Text Example

White with #D088F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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