Html Css Color HEX #DD828A Carissma

📋 copy color: '#DD828A'

red 221 ◦ green 130 ◦ blue 138

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

Shades of Carissma #DD828A

Tints of Carissma #DD828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 45.19%
G = 26.58%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD828A (or 0xDD828A) is known color: Carissma. HEX triplet: DD, 82 and 8A. RGB value is (221,130,138). Sum of RGB (Red+Green+Blue) = 221+130+138=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD828A is #227D75. Grayscale: #9E9E9E. Windows color (decimal): -2260342 or 9077469. OLE color: 9077469.

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

Color convert

RGB 221 130 138 -
CMYK 0 0.41 0.38 0.13
HSL 354.73º 0.57% 0.69% -
HSV(B) 354.73º 0.41% 0.87% -
XYZ 42.39 33.17 28.21 -
YUV 158.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 221 130 138 0 0.41 0.38 0.13 354.73 0.57 0.69
Hex DD 82 8A 0 29 26 D 163 39 45
Octal 335 202 212 0 51 46 15 543 71 105
Binary 11011101 10000010 10001010 0 101001 100110 1101 101100011 111001 1000101

Color Harmonies of #DD828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD828A

Black with #DD828A

Text Example


Text Example

White with #DD828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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