Html Css Color HEX #DD7E9E Carissma

📋 copy color: '#DD7E9E'

red 221 ◦ green 126 ◦ blue 158

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

Shades of Carissma #DD7E9E

Tints of Carissma #DD7E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 43.76%
G = 24.95%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD7E9E (or 0xDD7E9E) is known color: Carissma. HEX triplet: DD, 7E and 9E. RGB value is (221,126,158). Sum of RGB (Red+Green+Blue) = 221+126+158=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E9E is #228161. Grayscale: #9E9E9E. Windows color (decimal): -2261346 or 10387165. OLE color: 10387165.

HSL color Cylindrical-coordinate representation of color #DD7E9E: hue angle of 339.79º 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 #DD7E9E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 158 -
CMYK 0 0.43 0.29 0.13
HSL 339.79º 0.58% 0.68% -
HSV(B) 339.79º 0.43% 0.87% -
XYZ 43.45 32.76 36.38 -
YUV 158.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 221 126 158 0 0.43 0.29 0.13 339.79 0.58 0.68
Hex DD 7E 9E 0 2B 1D D 154 3A 44
Octal 335 176 236 0 53 35 15 524 72 104
Binary 11011101 1111110 10011110 0 101011 11101 1101 101010100 111010 1000100

Color Harmonies of #DD7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E9E

Black with #DD7E9E

Text Example


Text Example

White with #DD7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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