Html Css Color HEX #D787AD Kobi

📋 copy color: '#D787AD'

red 215 ◦ green 135 ◦ blue 173

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

Shades of Kobi #D787AD

Tints of Kobi #D787AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 41.11%
G = 25.81%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D787AD (or 0xD787AD) is known color: Kobi. HEX triplet: D7, 87 and AD. RGB value is (215,135,173). Sum of RGB (Red+Green+Blue) = 215+135+173=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D787AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D787AD is #287852. Grayscale: #A3A3A3. Windows color (decimal): -2652243 or 11372503. OLE color: 11372503.

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

Color convert

RGB 215 135 173 -
CMYK 0 0.37 0.20 0.16
HSL 331.5º 0.5% 0.69% -
HSV(B) 331.5º 0.37% 0.84% -
XYZ 44.23 34.79 43.92 -
YUV 163.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 215 135 173 0 0.37 0.20 0.16 331.5 0.5 0.69
Hex D7 87 AD 0 25 14 10 14C 32 45
Octal 327 207 255 0 45 24 20 514 62 105
Binary 11010111 10000111 10101101 0 100101 10100 10000 101001100 110010 1000101

Color Harmonies of #D787AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D787AD

Black with #D787AD

Text Example


Text Example

White with #D787AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D787AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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