Html Css Color HEX #DD8795 Carissma

📋 copy color: '#DD8795'

red 221 ◦ green 135 ◦ blue 149

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

Shades of Carissma #DD8795

Tints of Carissma #DD8795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.73%

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

R = 43.76%
G = 26.73%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8795 (or 0xDD8795) is known color: Carissma. HEX triplet: DD, 87 and 95. RGB value is (221,135,149). Sum of RGB (Red+Green+Blue) = 221+135+149=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8795 is #22786A. Grayscale: #A2A2A2. Windows color (decimal): -2259051 or 9799645. OLE color: 9799645.

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

Color convert

RGB 221 135 149 -
CMYK 0 0.39 0.33 0.13
HSL 350.23º 0.56% 0.7% -
HSV(B) 350.23º 0.39% 0.87% -
XYZ 43.91 34.87 32.85 -
YUV 162.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 221 135 149 0 0.39 0.33 0.13 350.23 0.56 0.7
Hex DD 87 95 0 27 21 D 15E 38 46
Octal 335 207 225 0 47 41 15 536 70 106
Binary 11011101 10000111 10010101 0 100111 100001 1101 101011110 111000 1000110

Color Harmonies of #DD8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8795

Black with #DD8795

Text Example


Text Example

White with #DD8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8795; }

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

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

background-color css

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

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

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

border-color css

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

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

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