Html Css Color HEX #DD818A Carissma

📋 copy color: '#DD818A'

red 221 ◦ green 129 ◦ blue 138

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

Shades of Carissma #DD818A

Tints of Carissma #DD818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

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

R = 45.29%
G = 26.43%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD818A (or 0xDD818A) is known color: Carissma. HEX triplet: DD, 81 and 8A. RGB value is (221,129,138). Sum of RGB (Red+Green+Blue) = 221+129+138=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD818A is #227E75. Grayscale: #9D9D9D. Windows color (decimal): -2260598 or 9077213. OLE color: 9077213.

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

Color convert

RGB 221 129 138 -
CMYK 0 0.42 0.38 0.13
HSL 354.13º 0.58% 0.69% -
HSV(B) 354.13º 0.42% 0.87% -
XYZ 42.26 32.91 28.17 -
YUV 157.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 221 129 138 0 0.42 0.38 0.13 354.13 0.58 0.69
Hex DD 81 8A 0 2A 26 D 162 3A 45
Octal 335 201 212 0 52 46 15 542 72 105
Binary 11011101 10000001 10001010 0 101010 100110 1101 101100010 111010 1000101

Color Harmonies of #DD818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD818A

Black with #DD818A

Text Example


Text Example

White with #DD818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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