Html Css Color HEX #D77FAD Kobi

📋 copy color: '#D77FAD'

red 215 ◦ green 127 ◦ blue 173

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

Shades of Kobi #D77FAD

Tints of Kobi #D77FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

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

R = 41.75%
G = 24.66%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D77FAD (or 0xD77FAD) is known color: Kobi. HEX triplet: D7, 7F and AD. RGB value is (215,127,173). Sum of RGB (Red+Green+Blue) = 215+127+173=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FAD is #288052. Grayscale: #9E9E9E. Windows color (decimal): -2654291 or 11370455. OLE color: 11370455.

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

Color convert

RGB 215 127 173 -
CMYK 0 0.41 0.20 0.16
HSL 328.64º 0.52% 0.67% -
HSV(B) 328.64º 0.41% 0.84% -
XYZ 43.16 32.64 43.56 -
YUV 158.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 215 127 173 0 0.41 0.20 0.16 328.64 0.52 0.67
Hex D7 7F AD 0 29 14 10 149 34 43
Octal 327 177 255 0 51 24 20 511 64 103
Binary 11010111 1111111 10101101 0 101001 10100 10000 101001001 110100 1000011

Color Harmonies of #D77FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FAD

Black with #D77FAD

Text Example


Text Example

White with #D77FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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