Html Css Color HEX #DD8C95 Carissma

📋 copy color: '#DD8C95'

red 221 ◦ green 140 ◦ blue 149

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

Shades of Carissma #DD8C95

Tints of Carissma #DD8C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

 BLUE value IS 149 (58.59% from 255) = 29.22%

R = 43.33%
G = 27.45%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8C95 (or 0xDD8C95) is known color: Carissma. HEX triplet: DD, 8C and 95. RGB value is (221,140,149). Sum of RGB (Red+Green+Blue) = 221+140+149=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C95 is #22736A. Grayscale: #A5A5A5. Windows color (decimal): -2257771 or 9800925. OLE color: 9800925.

HSL color Cylindrical-coordinate representation of color #DD8C95: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8C95 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 149 -
CMYK 0 0.37 0.33 0.13
HSL 353.33º 0.54% 0.71% -
HSV(B) 353.33º 0.37% 0.87% -
XYZ 44.62 36.3 33.09 -
YUV 165.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 221 140 149 0 0.37 0.33 0.13 353.33 0.54 0.71
Hex DD 8C 95 0 25 21 D 161 36 47
Octal 335 214 225 0 45 41 15 541 66 107
Binary 11011101 10001100 10010101 0 100101 100001 1101 101100001 110110 1000111

Color Harmonies of #DD8C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C95

Black with #DD8C95

Text Example


Text Example

White with #DD8C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C95; }

 p { color: rgb(221,140,149); }

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

background-color css

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

 a { background-color: rgb(221,140,149); }

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

border-color css

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

 span { border-color: rgb(221,140,149); }

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