Html Css Color HEX #DD7EAE Kobi

📋 copy color: '#DD7EAE'

red 221 ◦ green 126 ◦ blue 174

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

Shades of Kobi #DD7EAE

Tints of Kobi #DD7EAE

RGB

 RED value IS 221 (86.72% from 255) = 42.42%

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

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 42.42%
G = 24.18%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD7EAE (or 0xDD7EAE) is known color: Kobi. HEX triplet: DD, 7E and AE. RGB value is (221,126,174). Sum of RGB (Red+Green+Blue) = 221+126+174=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EAE is #228151. Grayscale: #9F9F9F. Windows color (decimal): -2261330 or 11435741. OLE color: 11435741.

HSL color Cylindrical-coordinate representation of color #DD7EAE: hue angle of 329.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EAE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 174 -
CMYK 0 0.43 0.21 0.13
HSL 329.68º 0.58% 0.68% -
HSV(B) 329.68º 0.43% 0.87% -
XYZ 44.92 33.35 44.11 -
YUV 159.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 221 126 174 0 0.43 0.21 0.13 329.68 0.58 0.68
Hex DD 7E AE 0 2B 15 D 14A 3A 44
Octal 335 176 256 0 53 25 15 512 72 104
Binary 11011101 1111110 10101110 0 101011 10101 1101 101001010 111010 1000100

Color Harmonies of #DD7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EAE

Black with #DD7EAE

Text Example


Text Example

White with #DD7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EAE; }

 p { color: rgb(221,126,174); }

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

background-color css

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

 a { background-color: rgb(221,126,174); }

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

border-color css

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

 span { border-color: rgb(221,126,174); }

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