Html Css Color HEX #DD8094 Carissma

📋 copy color: '#DD8094'

red 221 ◦ green 128 ◦ blue 148

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

Shades of Carissma #DD8094

Tints of Carissma #DD8094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 44.47%
G = 25.75%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8094 (or 0xDD8094) is known color: Carissma. HEX triplet: DD, 80 and 94. RGB value is (221,128,148). Sum of RGB (Red+Green+Blue) = 221+128+148=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8094 is #227F6B. Grayscale: #9E9E9E. Windows color (decimal): -2260844 or 9732317. OLE color: 9732317.

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

Color convert

RGB 221 128 148 -
CMYK 0 0.42 0.33 0.13
HSL 347.1º 0.58% 0.68% -
HSV(B) 347.1º 0.42% 0.87% -
XYZ 42.88 32.95 32.12 -
YUV 158.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 221 128 148 0 0.42 0.33 0.13 347.1 0.58 0.68
Hex DD 80 94 0 2A 21 D 15B 3A 44
Octal 335 200 224 0 52 41 15 533 72 104
Binary 11011101 10000000 10010100 0 101010 100001 1101 101011011 111010 1000100

Color Harmonies of #DD8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8094

Black with #DD8094

Text Example


Text Example

White with #DD8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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