Html Css Color HEX #D788AB Kobi

📋 copy color: '#D788AB'

red 215 ◦ green 136 ◦ blue 171

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

Shades of Kobi #D788AB

Tints of Kobi #D788AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 41.19%
G = 26.05%
B = 32.76%

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

#D788AB (or 0xD788AB) is known color: Kobi. HEX triplet: D7, 88 and AB. RGB value is (215,136,171). Sum of RGB (Red+Green+Blue) = 215+136+171=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D788AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788AB is #287754. Grayscale: #A3A3A3. Windows color (decimal): -2651989 or 11241687. OLE color: 11241687.

HSL color Cylindrical-coordinate representation of color #D788AB: hue angle of 333.42º 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 #D788AB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 136 171 -
CMYK 0 0.37 0.20 0.16
HSL 333.42º 0.5% 0.69% -
HSV(B) 333.42º 0.37% 0.84% -
XYZ 44.18 35 42.95 -
YUV 163.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 215 136 171 0 0.37 0.20 0.16 333.42 0.5 0.69
Hex D7 88 AB 0 25 14 10 14D 32 45
Octal 327 210 253 0 45 24 20 515 62 105
Binary 11010111 10001000 10101011 0 100101 10100 10000 101001101 110010 1000101

Color Harmonies of #D788AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788AB

Black with #D788AB

Text Example


Text Example

White with #D788AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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