Html Css Color HEX #DD81A0 Carissma

📋 copy color: '#DD81A0'

red 221 ◦ green 129 ◦ blue 160

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

Shades of Carissma #DD81A0

Tints of Carissma #DD81A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 43.33%
G = 25.29%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD81A0 (or 0xDD81A0) is known color: Carissma. HEX triplet: DD, 81 and A0. RGB value is (221,129,160). Sum of RGB (Red+Green+Blue) = 221+129+160=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81A0 is #227E5F. Grayscale: #A0A0A0. Windows color (decimal): -2260576 or 10519005. OLE color: 10519005.

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

Color convert

RGB 221 129 160 -
CMYK 0 0.42 0.28 0.13
HSL 339.78º 0.58% 0.69% -
HSV(B) 339.78º 0.42% 0.87% -
XYZ 44.01 33.61 37.43 -
YUV 160.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 221 129 160 0 0.42 0.28 0.13 339.78 0.58 0.69
Hex DD 81 A0 0 2A 1C D 154 3A 45
Octal 335 201 240 0 52 34 15 524 72 105
Binary 11011101 10000001 10100000 0 101010 11100 1101 101010100 111010 1000101

Color Harmonies of #DD81A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81A0

Black with #DD81A0

Text Example


Text Example

White with #DD81A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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