Html Css Color HEX #D787B1 Kobi

📋 copy color: '#D787B1'

red 215 ◦ green 135 ◦ blue 177

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

Shades of Kobi #D787B1

Tints of Kobi #D787B1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.62%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 40.8%
G = 25.62%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D787B1 (or 0xD787B1) is known color: Kobi. HEX triplet: D7, 87 and B1. RGB value is (215,135,177). Sum of RGB (Red+Green+Blue) = 215+135+177=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D787B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D787B1 is #28784E. Grayscale: #A3A3A3. Windows color (decimal): -2652239 or 11634647. OLE color: 11634647.

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

Color convert

RGB 215 135 177 -
CMYK 0 0.37 0.18 0.16
HSL 328.5º 0.5% 0.69% -
HSV(B) 328.5º 0.37% 0.84% -
XYZ 44.62 34.95 45.99 -
YUV 163.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 215 135 177 0 0.37 0.18 0.16 328.5 0.5 0.69
Hex D7 87 B1 0 25 12 10 148 32 45
Octal 327 207 261 0 45 22 20 510 62 105
Binary 11010111 10000111 10110001 0 100101 10010 10000 101001000 110010 1000101

Color Harmonies of #D787B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D787B1

Black with #D787B1

Text Example


Text Example

White with #D787B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D787B1; }

 p { color: rgb(215,135,177); }

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

background-color css

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

 a { background-color: rgb(215,135,177); }

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

border-color css

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

 span { border-color: rgb(215,135,177); }

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