Html Css Color HEX #D77EAF Kobi

📋 copy color: '#D77EAF'

red 215 ◦ green 126 ◦ blue 175

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

Shades of Kobi #D77EAF

Tints of Kobi #D77EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.42%

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 41.67%
G = 24.42%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D77EAF (or 0xD77EAF) is known color: Kobi. HEX triplet: D7, 7E and AF. RGB value is (215,126,175). Sum of RGB (Red+Green+Blue) = 215+126+175=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77EAF is #288150. Grayscale: #9E9E9E. Windows color (decimal): -2654545 or 11501271. OLE color: 11501271.

HSL color Cylindrical-coordinate representation of color #D77EAF: hue angle of 326.97º degrees, saturation: 0.53, 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 #D77EAF is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 126 175 -
CMYK 0 0.41 0.19 0.16
HSL 326.97º 0.53% 0.67% -
HSV(B) 326.97º 0.41% 0.84% -
XYZ 43.22 32.46 44.55 -
YUV 158.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 215 126 175 0 0.41 0.19 0.16 326.97 0.53 0.67
Hex D7 7E AF 0 29 13 10 147 35 43
Octal 327 176 257 0 51 23 20 507 65 103
Binary 11010111 1111110 10101111 0 101001 10011 10000 101000111 110101 1000011

Color Harmonies of #D77EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EAF

Black with #D77EAF

Text Example


Text Example

White with #D77EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EAF; }

 p { color: rgb(215,126,175); }

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

background-color css

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

 a { background-color: rgb(215,126,175); }

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

border-color css

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

 span { border-color: rgb(215,126,175); }

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