Html Css Color HEX #DD828B Carissma

📋 copy color: '#DD828B'

red 221 ◦ green 130 ◦ blue 139

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

Shades of Carissma #DD828B

Tints of Carissma #DD828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 45.1%
G = 26.53%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD828B (or 0xDD828B) is known color: Carissma. HEX triplet: DD, 82 and 8B. RGB value is (221,130,139). Sum of RGB (Red+Green+Blue) = 221+130+139=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828B is #227D74. Grayscale: #9E9E9E. Windows color (decimal): -2260341 or 9143005. OLE color: 9143005.

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

Color convert

RGB 221 130 139 -
CMYK 0 0.41 0.37 0.13
HSL 354.07º 0.57% 0.69% -
HSV(B) 354.07º 0.41% 0.87% -
XYZ 42.46 33.2 28.6 -
YUV 158.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 221 130 139 0 0.41 0.37 0.13 354.07 0.57 0.69
Hex DD 82 8B 0 29 25 D 162 39 45
Octal 335 202 213 0 51 45 15 542 71 105
Binary 11011101 10000010 10001011 0 101001 100101 1101 101100010 111001 1000101

Color Harmonies of #DD828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD828B

Black with #DD828B

Text Example


Text Example

White with #DD828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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