Html Css Color HEX #DD808E Carissma

📋 copy color: '#DD808E'

red 221 ◦ green 128 ◦ blue 142

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

Shades of Carissma #DD808E

Tints of Carissma #DD808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 45.01%
G = 26.07%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD808E (or 0xDD808E) is known color: Carissma. HEX triplet: DD, 80 and 8E. RGB value is (221,128,142). Sum of RGB (Red+Green+Blue) = 221+128+142=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808E is #227F71. Grayscale: #9D9D9D. Windows color (decimal): -2260850 or 9339101. OLE color: 9339101.

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

Color convert

RGB 221 128 142 -
CMYK 0 0.42 0.36 0.13
HSL 350.97º 0.58% 0.68% -
HSV(B) 350.97º 0.42% 0.87% -
XYZ 42.42 32.76 29.68 -
YUV 157.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 221 128 142 0 0.42 0.36 0.13 350.97 0.58 0.68
Hex DD 80 8E 0 2A 24 D 15F 3A 44
Octal 335 200 216 0 52 44 15 537 72 104
Binary 11011101 10000000 10001110 0 101010 100100 1101 101011111 111010 1000100

Color Harmonies of #DD808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD808E

Black with #DD808E

Text Example


Text Example

White with #DD808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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