Html Css Color HEX #DD8599 Carissma

📋 copy color: '#DD8599'

red 221 ◦ green 133 ◦ blue 153

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

Shades of Carissma #DD8599

Tints of Carissma #DD8599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 43.59%
G = 26.23%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD8599 (or 0xDD8599) is known color: Carissma. HEX triplet: DD, 85 and 99. RGB value is (221,133,153). Sum of RGB (Red+Green+Blue) = 221+133+153=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8599 is #227A66. Grayscale: #A1A1A1. Windows color (decimal): -2259559 or 10061277. OLE color: 10061277.

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

Color convert

RGB 221 133 153 -
CMYK 0 0.40 0.31 0.13
HSL 346.36º 0.56% 0.69% -
HSV(B) 346.36º 0.4% 0.87% -
XYZ 43.96 34.45 34.47 -
YUV 161.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 221 133 153 0 0.40 0.31 0.13 346.36 0.56 0.69
Hex DD 85 99 0 28 1F D 15A 38 45
Octal 335 205 231 0 50 37 15 532 70 105
Binary 11011101 10000101 10011001 0 101000 11111 1101 101011010 111000 1000101

Color Harmonies of #DD8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8599

Black with #DD8599

Text Example


Text Example

White with #DD8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8599; }

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

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

background-color css

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

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

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

border-color css

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

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

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