Html Css Color HEX #DD7990 Carissma

📋 copy color: '#DD7990'

red 221 ◦ green 121 ◦ blue 144

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

Shades of Carissma #DD7990

Tints of Carissma #DD7990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.9%

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

R = 45.47%
G = 24.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD7990 (or 0xDD7990) is known color: Carissma. HEX triplet: DD, 79 and 90. RGB value is (221,121,144). Sum of RGB (Red+Green+Blue) = 221+121+144=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7990 is #22866F. Grayscale: #999999. Windows color (decimal): -2262640 or 9468381. OLE color: 9468381.

HSL color Cylindrical-coordinate representation of color #DD7990: hue angle of 346.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7990 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 144 -
CMYK 0 0.45 0.35 0.13
HSL 346.2º 0.6% 0.67% -
HSV(B) 346.2º 0.45% 0.87% -
XYZ 41.69 31.06 30.18 -
YUV 153.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 221 121 144 0 0.45 0.35 0.13 346.2 0.6 0.67
Hex DD 79 90 0 2D 23 D 15A 3C 43
Octal 335 171 220 0 55 43 15 532 74 103
Binary 11011101 1111001 10010000 0 101101 100011 1101 101011010 111100 1000011

Color Harmonies of #DD7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7990

Black with #DD7990

Text Example


Text Example

White with #DD7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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