Html Css Color HEX #D788AD Kobi

📋 copy color: '#D788AD'

red 215 ◦ green 136 ◦ blue 173

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

Shades of Kobi #D788AD

Tints of Kobi #D788AD

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

 BLUE value IS 173 (67.97% from 255) = 33.02%

R = 41.03%
G = 25.95%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D788AD (or 0xD788AD) is known color: Kobi. HEX triplet: D7, 88 and AD. RGB value is (215,136,173). Sum of RGB (Red+Green+Blue) = 215+136+173=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D788AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788AD is #287752. Grayscale: #A3A3A3. Windows color (decimal): -2651987 or 11372759. OLE color: 11372759.

HSL color Cylindrical-coordinate representation of color #D788AD: hue angle of 331.9º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788AD is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 136 173 -
CMYK 0 0.37 0.20 0.16
HSL 331.9º 0.5% 0.69% -
HSV(B) 331.9º 0.37% 0.84% -
XYZ 44.37 35.07 43.97 -
YUV 163.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 215 136 173 0 0.37 0.20 0.16 331.9 0.5 0.69
Hex D7 88 AD 0 25 14 10 14C 32 45
Octal 327 210 255 0 45 24 20 514 62 105
Binary 11010111 10001000 10101101 0 100101 10100 10000 101001100 110010 1000101

Color Harmonies of #D788AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788AD

Black with #D788AD

Text Example


Text Example

White with #D788AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788AD; }

 p { color: rgb(215,136,173); }

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

background-color css

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

 a { background-color: rgb(215,136,173); }

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

border-color css

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

 span { border-color: rgb(215,136,173); }

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