Html Css Color HEX #DD7C90 Carissma

📋 copy color: '#DD7C90'

red 221 ◦ green 124 ◦ blue 144

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

Shades of Carissma #DD7C90

Tints of Carissma #DD7C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 45.19%
G = 25.36%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD7C90 (or 0xDD7C90) is known color: Carissma. HEX triplet: DD, 7C and 90. RGB value is (221,124,144). Sum of RGB (Red+Green+Blue) = 221+124+144=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C90 is #22836F. Grayscale: #9B9B9B. Windows color (decimal): -2261872 or 9469149. OLE color: 9469149.

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

Color convert

RGB 221 124 144 -
CMYK 0 0.44 0.35 0.13
HSL 347.63º 0.59% 0.68% -
HSV(B) 347.63º 0.44% 0.87% -
XYZ 42.06 31.8 30.31 -
YUV 155.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 221 124 144 0 0.44 0.35 0.13 347.63 0.59 0.68
Hex DD 7C 90 0 2C 23 D 15C 3B 44
Octal 335 174 220 0 54 43 15 534 73 104
Binary 11011101 1111100 10010000 0 101100 100011 1101 101011100 111011 1000100

Color Harmonies of #DD7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C90

Black with #DD7C90

Text Example


Text Example

White with #DD7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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