Html Css Color HEX #DD8291 Carissma

📋 copy color: '#DD8291'

red 221 ◦ green 130 ◦ blue 145

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

Shades of Carissma #DD8291

Tints of Carissma #DD8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 44.56%
G = 26.21%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8291 (or 0xDD8291) is known color: Carissma. HEX triplet: DD, 82 and 91. RGB value is (221,130,145). Sum of RGB (Red+Green+Blue) = 221+130+145=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8291 is #227D6E. Grayscale: #9E9E9E. Windows color (decimal): -2260335 or 9536221. OLE color: 9536221.

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

Color convert

RGB 221 130 145 -
CMYK 0 0.41 0.34 0.13
HSL 350.11º 0.57% 0.69% -
HSV(B) 350.11º 0.41% 0.87% -
XYZ 42.91 33.38 30.97 -
YUV 158.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 221 130 145 0 0.41 0.34 0.13 350.11 0.57 0.69
Hex DD 82 91 0 29 22 D 15E 39 45
Octal 335 202 221 0 51 42 15 536 71 105
Binary 11011101 10000010 10010001 0 101001 100010 1101 101011110 111001 1000101

Color Harmonies of #DD8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8291

Black with #DD8291

Text Example


Text Example

White with #DD8291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8291; }

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

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

background-color css

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

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

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

border-color css

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

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

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