Html Css Color HEX #D788B4 Kobi

📋 copy color: '#D788B4'

red 215 ◦ green 136 ◦ blue 180

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

Shades of Kobi #D788B4

Tints of Kobi #D788B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 40.49%
G = 25.61%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D788B4 (or 0xD788B4) is known color: Kobi. HEX triplet: D7, 88 and B4. RGB value is (215,136,180). Sum of RGB (Red+Green+Blue) = 215+136+180=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D788B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788B4 is #28774B. Grayscale: #A4A4A4. Windows color (decimal): -2651980 or 11831511. OLE color: 11831511.

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

Color convert

RGB 215 136 180 -
CMYK 0 0.37 0.16 0.16
HSL 326.58º 0.5% 0.69% -
HSV(B) 326.58º 0.37% 0.84% -
XYZ 45.07 35.35 47.63 -
YUV 164.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 215 136 180 0 0.37 0.16 0.16 326.58 0.5 0.69
Hex D7 88 B4 0 25 10 10 147 32 45
Octal 327 210 264 0 45 20 20 507 62 105
Binary 11010111 10001000 10110100 0 100101 10000 10000 101000111 110010 1000101

Color Harmonies of #D788B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788B4

Black with #D788B4

Text Example


Text Example

White with #D788B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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