Html Css Color HEX #D088F2 Heliotrope

📋 copy color: '#D088F2'

red 208 ◦ green 136 ◦ blue 242

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

Shades of Heliotrope #D088F2

Tints of Heliotrope #D088F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 35.49%
G = 23.21%
B = 41.3%

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

#D088F2 (or 0xD088F2) is known color: Heliotrope. HEX triplet: D0, 88 and F2. RGB value is (208,136,242). Sum of RGB (Red+Green+Blue) = 208+136+242=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #D088F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F2 is #2F770D. Grayscale: #A9A9A9. Windows color (decimal): -3110670 or 15894736. OLE color: 15894736.

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

Color convert

RGB 208 136 242 -
CMYK 0.14 0.44 0 0.05
HSL 280.75º 0.8% 0.74% -
HSV(B) 280.75º 0.44% 0.95% -
XYZ 50.84 37.43 88.55 -
YUV 169.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 208 136 242 0.14 0.44 0 0.05 280.75 0.8 0.74
Hex D0 88 F2 E 2C 0 5 119 50 4A
Octal 320 210 362 16 54 0 5 431 120 112
Binary 11010000 10001000 11110010 1110 101100 0 101 100011001 1010000 1001010

Color Harmonies of #D088F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088F2

Black with #D088F2

Text Example


Text Example

White with #D088F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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