Html Css Color HEX #DD8190 Carissma

📋 copy color: '#DD8190'

red 221 ◦ green 129 ◦ blue 144

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

Shades of Carissma #DD8190

Tints of Carissma #DD8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.11%

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

R = 44.74%
G = 26.11%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD8190 (or 0xDD8190) is known color: Carissma. HEX triplet: DD, 81 and 90. RGB value is (221,129,144). Sum of RGB (Red+Green+Blue) = 221+129+144=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8190 is #227E6F. Grayscale: #9E9E9E. Windows color (decimal): -2260592 or 9470429. OLE color: 9470429.

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

Color convert

RGB 221 129 144 -
CMYK 0 0.42 0.35 0.13
HSL 350.22º 0.58% 0.69% -
HSV(B) 350.22º 0.42% 0.87% -
XYZ 42.7 33.09 30.52 -
YUV 158.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 221 129 144 0 0.42 0.35 0.13 350.22 0.58 0.69
Hex DD 81 90 0 2A 23 D 15E 3A 45
Octal 335 201 220 0 52 43 15 536 72 105
Binary 11011101 10000001 10010000 0 101010 100011 1101 101011110 111010 1000101

Color Harmonies of #DD8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8190

Black with #DD8190

Text Example


Text Example

White with #DD8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8190; }

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

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

background-color css

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

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

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

border-color css

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

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

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