Html Css Color HEX #DD8595 Carissma

📋 copy color: '#DD8595'

red 221 ◦ green 133 ◦ blue 149

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

Shades of Carissma #DD8595

Tints of Carissma #DD8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

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

R = 43.94%
G = 26.44%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8595 (or 0xDD8595) is known color: Carissma. HEX triplet: DD, 85 and 95. RGB value is (221,133,149). Sum of RGB (Red+Green+Blue) = 221+133+149=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8595 is #227A6A. Grayscale: #A1A1A1. Windows color (decimal): -2259563 or 9799133. OLE color: 9799133.

HSL color Cylindrical-coordinate representation of color #DD8595: hue angle of 349.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8595 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 149 -
CMYK 0 0.40 0.33 0.13
HSL 349.09º 0.56% 0.69% -
HSV(B) 349.09º 0.4% 0.87% -
XYZ 43.63 34.32 32.76 -
YUV 161.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 221 133 149 0 0.40 0.33 0.13 349.09 0.56 0.69
Hex DD 85 95 0 28 21 D 15D 38 45
Octal 335 205 225 0 50 41 15 535 70 105
Binary 11011101 10000101 10010101 0 101000 100001 1101 101011101 111000 1000101

Color Harmonies of #DD8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8595

Black with #DD8595

Text Example


Text Example

White with #DD8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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