Html Css Color HEX #D77DAC Kobi

📋 copy color: '#D77DAC'

red 215 ◦ green 125 ◦ blue 172

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

Shades of Kobi #D77DAC

Tints of Kobi #D77DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 41.99%
G = 24.41%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D77DAC (or 0xD77DAC) is known color: Kobi. HEX triplet: D7, 7D and AC. RGB value is (215,125,172). Sum of RGB (Red+Green+Blue) = 215+125+172=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DAC is #288253. Grayscale: #9D9D9D. Windows color (decimal): -2654804 or 11304407. OLE color: 11304407.

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

Color convert

RGB 215 125 172 -
CMYK 0 0.42 0.2 0.16
HSL 328.67º 0.53% 0.67% -
HSV(B) 328.67º 0.42% 0.84% -
XYZ 42.8 32.09 42.97 -
YUV 157.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 215 125 172 0 0.42 0.2 0.16 328.67 0.53 0.67
Hex D7 7D AC 0 2A 14 10 149 35 43
Octal 327 175 254 0 52 24 20 511 65 103
Binary 11010111 1111101 10101100 0 101010 10100 10000 101001001 110101 1000011

Color Harmonies of #D77DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DAC

Black with #D77DAC

Text Example


Text Example

White with #D77DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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