Html Css Color HEX #DD8283 Carissma

📋 copy color: '#DD8283'

red 221 ◦ green 130 ◦ blue 131

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

Shades of Carissma #DD8283

Tints of Carissma #DD8283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 45.85%
G = 26.97%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD8283 (or 0xDD8283) is known color: Carissma. HEX triplet: DD, 82 and 83. RGB value is (221,130,131). Sum of RGB (Red+Green+Blue) = 221+130+131=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8283 is #227D7C. Grayscale: #9D9D9D. Windows color (decimal): -2260349 or 8618717. OLE color: 8618717.

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

Color convert

RGB 221 130 131 -
CMYK 0 0.41 0.41 0.13
HSL 359.34º 0.57% 0.69% -
HSV(B) 359.34º 0.41% 0.87% -
XYZ 41.9 32.98 25.63 -
YUV 157.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 221 130 131 0 0.41 0.41 0.13 359.34 0.57 0.69
Hex DD 82 83 0 29 29 D 167 39 45
Octal 335 202 203 0 51 51 15 547 71 105
Binary 11011101 10000010 10000011 0 101001 101001 1101 101100111 111001 1000101

Color Harmonies of #DD8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8283

Black with #DD8283

Text Example


Text Example

White with #DD8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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