Html Css Color HEX #DD7E91 Carissma

📋 copy color: '#DD7E91'

red 221 ◦ green 126 ◦ blue 145

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

Shades of Carissma #DD7E91

Tints of Carissma #DD7E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 44.92%
G = 25.61%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7E91 (or 0xDD7E91) is known color: Carissma. HEX triplet: DD, 7E and 91. RGB value is (221,126,145). Sum of RGB (Red+Green+Blue) = 221+126+145=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E91 is #22816E. Grayscale: #9C9C9C. Windows color (decimal): -2261359 or 9535197. OLE color: 9535197.

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

Color convert

RGB 221 126 145 -
CMYK 0 0.43 0.34 0.13
HSL 348º 0.58% 0.68% -
HSV(B) 348º 0.43% 0.87% -
XYZ 42.39 32.34 30.8 -
YUV 156.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 221 126 145 0 0.43 0.34 0.13 348 0.58 0.68
Hex DD 7E 91 0 2B 22 D 15C 3A 44
Octal 335 176 221 0 53 42 15 534 72 104
Binary 11011101 1111110 10010001 0 101011 100010 1101 101011100 111010 1000100

Color Harmonies of #DD7E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E91

Black with #DD7E91

Text Example


Text Example

White with #DD7E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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