Html Css Color HEX #DD808F Carissma

📋 copy color: '#DD808F'

red 221 ◦ green 128 ◦ blue 143

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

Shades of Carissma #DD808F

Tints of Carissma #DD808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 44.92%
G = 26.02%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD808F (or 0xDD808F) is known color: Carissma. HEX triplet: DD, 80 and 8F. RGB value is (221,128,143). Sum of RGB (Red+Green+Blue) = 221+128+143=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808F is #227F70. Grayscale: #9D9D9D. Windows color (decimal): -2260849 or 9404637. OLE color: 9404637.

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

Color convert

RGB 221 128 143 -
CMYK 0 0.42 0.35 0.13
HSL 350.32º 0.58% 0.68% -
HSV(B) 350.32º 0.42% 0.87% -
XYZ 42.5 32.79 30.08 -
YUV 157.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 221 128 143 0 0.42 0.35 0.13 350.32 0.58 0.68
Hex DD 80 8F 0 2A 23 D 15E 3A 44
Octal 335 200 217 0 52 43 15 536 72 104
Binary 11011101 10000000 10001111 0 101010 100011 1101 101011110 111010 1000100

Color Harmonies of #DD808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD808F

Black with #DD808F

Text Example


Text Example

White with #DD808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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