Html Css Color HEX #D788A8 Kobi

📋 copy color: '#D788A8'

red 215 ◦ green 136 ◦ blue 168

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

Shades of Kobi #D788A8

Tints of Kobi #D788A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 41.43%
G = 26.2%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D788A8 (or 0xD788A8) is known color: Kobi. HEX triplet: D7, 88 and A8. RGB value is (215,136,168). Sum of RGB (Red+Green+Blue) = 215+136+168=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D788A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788A8 is #287757. Grayscale: #A3A3A3. Windows color (decimal): -2651992 or 11045079. OLE color: 11045079.

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

Color convert

RGB 215 136 168 -
CMYK 0 0.37 0.22 0.16
HSL 335.7º 0.5% 0.69% -
HSV(B) 335.7º 0.37% 0.84% -
XYZ 43.9 34.88 41.47 -
YUV 163.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 215 136 168 0 0.37 0.22 0.16 335.7 0.5 0.69
Hex D7 88 A8 0 25 16 10 150 32 45
Octal 327 210 250 0 45 26 20 520 62 105
Binary 11010111 10001000 10101000 0 100101 10110 10000 101010000 110010 1000101

Color Harmonies of #D788A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788A8

Black with #D788A8

Text Example


Text Example

White with #D788A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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