Html Css Color HEX #D788A5 Kobi

📋 copy color: '#D788A5'

red 215 ◦ green 136 ◦ blue 165

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

Shades of Kobi #D788A5

Tints of Kobi #D788A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.98%

R = 41.67%
G = 26.36%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D788A5 (or 0xD788A5) is known color: Kobi. HEX triplet: D7, 88 and A5. RGB value is (215,136,165). Sum of RGB (Red+Green+Blue) = 215+136+165=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D788A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788A5 is #28775A. Grayscale: #A2A2A2. Windows color (decimal): -2651995 or 10848471. OLE color: 10848471.

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

Color convert

RGB 215 136 165 -
CMYK 0 0.37 0.23 0.16
HSL 337.97º 0.5% 0.69% -
HSV(B) 337.97º 0.37% 0.84% -
XYZ 43.62 34.77 40.01 -
YUV 162.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 215 136 165 0 0.37 0.23 0.16 337.97 0.5 0.69
Hex D7 88 A5 0 25 17 10 152 32 45
Octal 327 210 245 0 45 27 20 522 62 105
Binary 11010111 10001000 10100101 0 100101 10111 10000 101010010 110010 1000101

Color Harmonies of #D788A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788A5

Black with #D788A5

Text Example


Text Example

White with #D788A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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