Html Css Color HEX #D77CAA Kobi

📋 copy color: '#D77CAA'

red 215 ◦ green 124 ◦ blue 170

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

Shades of Kobi #D77CAA

Tints of Kobi #D77CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

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

R = 42.24%
G = 24.36%
B = 33.4%

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

#D77CAA (or 0xD77CAA) is known color: Kobi. HEX triplet: D7, 7C and AA. RGB value is (215,124,170). Sum of RGB (Red+Green+Blue) = 215+124+170=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CAA is #288355. Grayscale: #9C9C9C. Windows color (decimal): -2655062 or 11173079. OLE color: 11173079.

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

Color convert

RGB 215 124 170 -
CMYK 0 0.42 0.21 0.16
HSL 329.67º 0.53% 0.66% -
HSV(B) 329.67º 0.42% 0.84% -
XYZ 42.49 31.76 41.92 -
YUV 156.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 215 124 170 0 0.42 0.21 0.16 329.67 0.53 0.66
Hex D7 7C AA 0 2A 15 10 14A 35 42
Octal 327 174 252 0 52 25 20 512 65 102
Binary 11010111 1111100 10101010 0 101010 10101 10000 101001010 110101 1000010

Color Harmonies of #D77CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CAA

Black with #D77CAA

Text Example


Text Example

White with #D77CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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