Html Css Color HEX #D77DAA Kobi

📋 copy color: '#D77DAA'

red 215 ◦ green 125 ◦ blue 170

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

Shades of Kobi #D77DAA

Tints of Kobi #D77DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 42.16%
G = 24.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D77DAA (or 0xD77DAA) is known color: Kobi. HEX triplet: D7, 7D and AA. RGB value is (215,125,170). Sum of RGB (Red+Green+Blue) = 215+125+170=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DAA is #288255. Grayscale: #9C9C9C. Windows color (decimal): -2654806 or 11173335. OLE color: 11173335.

HSL color Cylindrical-coordinate representation of color #D77DAA: hue angle of 330º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DAA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 170 -
CMYK 0 0.42 0.21 0.16
HSL 330º 0.53% 0.67% -
HSV(B) 330º 0.42% 0.84% -
XYZ 42.61 32.02 41.96 -
YUV 157.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 215 125 170 0 0.42 0.21 0.16 330 0.53 0.67
Hex D7 7D AA 0 2A 15 10 14A 35 43
Octal 327 175 252 0 52 25 20 512 65 103
Binary 11010111 1111101 10101010 0 101010 10101 10000 101001010 110101 1000011

Color Harmonies of #D77DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DAA

Black with #D77DAA

Text Example


Text Example

White with #D77DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DAA; }

 p { color: rgb(215,125,170); }

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

background-color css

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

 a { background-color: rgb(215,125,170); }

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

border-color css

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

 span { border-color: rgb(215,125,170); }

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