Html Css Color HEX #DD7C91 Carissma

📋 copy color: '#DD7C91'

red 221 ◦ green 124 ◦ blue 145

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

Shades of Carissma #DD7C91

Tints of Carissma #DD7C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.31%

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

R = 45.1%
G = 25.31%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7C91 (or 0xDD7C91) is known color: Carissma. HEX triplet: DD, 7C and 91. RGB value is (221,124,145). Sum of RGB (Red+Green+Blue) = 221+124+145=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C91 is #22836E. Grayscale: #9B9B9B. Windows color (decimal): -2261871 or 9534685. OLE color: 9534685.

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

Color convert

RGB 221 124 145 -
CMYK 0 0.44 0.34 0.13
HSL 347.01º 0.59% 0.68% -
HSV(B) 347.01º 0.44% 0.87% -
XYZ 42.14 31.83 30.71 -
YUV 155.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 221 124 145 0 0.44 0.34 0.13 347.01 0.59 0.68
Hex DD 7C 91 0 2C 22 D 15B 3B 44
Octal 335 174 221 0 54 42 15 533 73 104
Binary 11011101 1111100 10010001 0 101100 100010 1101 101011011 111011 1000100

Color Harmonies of #DD7C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C91

Black with #DD7C91

Text Example


Text Example

White with #DD7C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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