Html Css Color HEX #DD8A95 Carissma

📋 copy color: '#DD8A95'

red 221 ◦ green 138 ◦ blue 149

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

Shades of Carissma #DD8A95

Tints of Carissma #DD8A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 43.5%
G = 27.17%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8A95 (or 0xDD8A95) is known color: Carissma. HEX triplet: DD, 8A and 95. RGB value is (221,138,149). Sum of RGB (Red+Green+Blue) = 221+138+149=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A95 is #22756A. Grayscale: #A4A4A4. Windows color (decimal): -2258283 or 9800413. OLE color: 9800413.

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

Color convert

RGB 221 138 149 -
CMYK 0 0.38 0.33 0.13
HSL 352.05º 0.55% 0.7% -
HSV(B) 352.05º 0.38% 0.87% -
XYZ 44.33 35.72 32.99 -
YUV 164.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 221 138 149 0 0.38 0.33 0.13 352.05 0.55 0.7
Hex DD 8A 95 0 26 21 D 160 37 46
Octal 335 212 225 0 46 41 15 540 67 106
Binary 11011101 10001010 10010101 0 100110 100001 1101 101100000 110111 1000110

Color Harmonies of #DD8A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A95

Black with #DD8A95

Text Example


Text Example

White with #DD8A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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