Html Css Color HEX #DD7C93 Carissma

📋 copy color: '#DD7C93'

red 221 ◦ green 124 ◦ blue 147

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

Shades of Carissma #DD7C93

Tints of Carissma #DD7C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 44.92%
G = 25.2%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7C93 (or 0xDD7C93) is known color: Carissma. HEX triplet: DD, 7C and 93. RGB value is (221,124,147). Sum of RGB (Red+Green+Blue) = 221+124+147=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C93 is #22836C. Grayscale: #9B9B9B. Windows color (decimal): -2261869 or 9665757. OLE color: 9665757.

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

Color convert

RGB 221 124 147 -
CMYK 0 0.44 0.33 0.13
HSL 345.77º 0.59% 0.68% -
HSV(B) 345.77º 0.44% 0.87% -
XYZ 42.29 31.89 31.53 -
YUV 155.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 221 124 147 0 0.44 0.33 0.13 345.77 0.59 0.68
Hex DD 7C 93 0 2C 21 D 15A 3B 44
Octal 335 174 223 0 54 41 15 532 73 104
Binary 11011101 1111100 10010011 0 101100 100001 1101 101011010 111011 1000100

Color Harmonies of #DD7C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C93

Black with #DD7C93

Text Example


Text Example

White with #DD7C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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