Html Css Color HEX #D788B2 Kobi

📋 copy color: '#D788B2'

red 215 ◦ green 136 ◦ blue 178

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

Shades of Kobi #D788B2

Tints of Kobi #D788B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 40.64%
G = 25.71%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D788B2 (or 0xD788B2) is known color: Kobi. HEX triplet: D7, 88 and B2. RGB value is (215,136,178). Sum of RGB (Red+Green+Blue) = 215+136+178=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D788B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788B2 is #28774D. Grayscale: #A4A4A4. Windows color (decimal): -2651982 or 11700439. OLE color: 11700439.

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

Color convert

RGB 215 136 178 -
CMYK 0 0.37 0.17 0.16
HSL 328.1º 0.5% 0.69% -
HSV(B) 328.1º 0.37% 0.84% -
XYZ 44.86 35.27 46.56 -
YUV 164.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 215 136 178 0 0.37 0.17 0.16 328.1 0.5 0.69
Hex D7 88 B2 0 25 11 10 148 32 45
Octal 327 210 262 0 45 21 20 510 62 105
Binary 11010111 10001000 10110010 0 100101 10001 10000 101001000 110010 1000101

Color Harmonies of #D788B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788B2

Black with #D788B2

Text Example


Text Example

White with #D788B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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