Html Css Color HEX #DD8083 Carissma

📋 copy color: '#DD8083'

red 221 ◦ green 128 ◦ blue 131

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

Shades of Carissma #DD8083

Tints of Carissma #DD8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 46.04%
G = 26.67%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD8083 (or 0xDD8083) is known color: Carissma. HEX triplet: DD, 80 and 83. RGB value is (221,128,131). Sum of RGB (Red+Green+Blue) = 221+128+131=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8083 is #227F7C. Grayscale: #9C9C9C. Windows color (decimal): -2260861 or 8618205. OLE color: 8618205.

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

Color convert

RGB 221 128 131 -
CMYK 0 0.42 0.41 0.13
HSL 358.06º 0.58% 0.68% -
HSV(B) 358.06º 0.42% 0.87% -
XYZ 41.63 32.45 25.54 -
YUV 156.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 221 128 131 0 0.42 0.41 0.13 358.06 0.58 0.68
Hex DD 80 83 0 2A 29 D 166 3A 44
Octal 335 200 203 0 52 51 15 546 72 104
Binary 11011101 10000000 10000011 0 101010 101001 1101 101100110 111010 1000100

Color Harmonies of #DD8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8083

Black with #DD8083

Text Example


Text Example

White with #DD8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8083; }

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

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

background-color css

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

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

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

border-color css

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

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

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