Html Css Color HEX #D088AE Kobi

📋 copy color: '#D088AE'

red 208 ◦ green 136 ◦ blue 174

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

Shades of Kobi #D088AE

Tints of Kobi #D088AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 40.15%
G = 26.25%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D088AE (or 0xD088AE) is known color: Kobi. HEX triplet: D0, 88 and AE. RGB value is (208,136,174). Sum of RGB (Red+Green+Blue) = 208+136+174=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D088AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088AE is #2F7751. Grayscale: #A1A1A1. Windows color (decimal): -3110738 or 11438288. OLE color: 11438288.

HSL color Cylindrical-coordinate representation of color #D088AE: hue angle of 328.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088AE is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 174 -
CMYK 0 0.35 0.16 0.18
HSL 328.33º 0.43% 0.67% -
HSV(B) 328.33º 0.35% 0.82% -
XYZ 42.46 34.07 44.38 -
YUV 161.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 208 136 174 0 0.35 0.16 0.18 328.33 0.43 0.67
Hex D0 88 AE 0 23 10 12 148 2B 43
Octal 320 210 256 0 43 20 22 510 53 103
Binary 11010000 10001000 10101110 0 100011 10000 10010 101001000 101011 1000011

Color Harmonies of #D088AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D088AE

Black with #D088AE

Text Example


Text Example

White with #D088AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D088AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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