Html Css Color HEX #D788A9 Kobi

📋 copy color: '#D788A9'

red 215 ◦ green 136 ◦ blue 169

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

Shades of Kobi #D788A9

Tints of Kobi #D788A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 41.35%
G = 26.15%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D788A9 (or 0xD788A9) is known color: Kobi. HEX triplet: D7, 88 and A9. RGB value is (215,136,169). Sum of RGB (Red+Green+Blue) = 215+136+169=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D788A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788A9 is #287756. Grayscale: #A3A3A3. Windows color (decimal): -2651991 or 11110615. OLE color: 11110615.

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

Color convert

RGB 215 136 169 -
CMYK 0 0.37 0.21 0.16
HSL 334.94º 0.5% 0.69% -
HSV(B) 334.94º 0.37% 0.84% -
XYZ 43.99 34.92 41.96 -
YUV 163.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 215 136 169 0 0.37 0.21 0.16 334.94 0.5 0.69
Hex D7 88 A9 0 25 15 10 14F 32 45
Octal 327 210 251 0 45 25 20 517 62 105
Binary 11010111 10001000 10101001 0 100101 10101 10000 101001111 110010 1000101

Color Harmonies of #D788A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788A9

Black with #D788A9

Text Example


Text Example

White with #D788A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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