Html Css Color HEX #D788AC Kobi

📋 copy color: '#D788AC'

red 215 ◦ green 136 ◦ blue 172

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

Shades of Kobi #D788AC

Tints of Kobi #D788AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 41.11%
G = 26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D788AC (or 0xD788AC) is known color: Kobi. HEX triplet: D7, 88 and AC. RGB value is (215,136,172). Sum of RGB (Red+Green+Blue) = 215+136+172=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D788AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788AC is #287753. Grayscale: #A3A3A3. Windows color (decimal): -2651988 or 11307223. OLE color: 11307223.

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

Color convert

RGB 215 136 172 -
CMYK 0 0.37 0.2 0.16
HSL 332.66º 0.5% 0.69% -
HSV(B) 332.66º 0.37% 0.84% -
XYZ 44.27 35.03 43.46 -
YUV 163.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 215 136 172 0 0.37 0.2 0.16 332.66 0.5 0.69
Hex D7 88 AC 0 25 14 10 14D 32 45
Octal 327 210 254 0 45 24 20 515 62 105
Binary 11010111 10001000 10101100 0 100101 10100 10000 101001101 110010 1000101

Color Harmonies of #D788AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788AC

Black with #D788AC

Text Example


Text Example

White with #D788AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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