Html Css Color HEX #DD859D Carissma

📋 copy color: '#DD859D'

red 221 ◦ green 133 ◦ blue 157

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

Shades of Carissma #DD859D

Tints of Carissma #DD859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 43.25%
G = 26.03%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD859D (or 0xDD859D) is known color: Carissma. HEX triplet: DD, 85 and 9D. RGB value is (221,133,157). Sum of RGB (Red+Green+Blue) = 221+133+157=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859D is #227A62. Grayscale: #A2A2A2. Windows color (decimal): -2259555 or 10323421. OLE color: 10323421.

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

Color convert

RGB 221 133 157 -
CMYK 0 0.40 0.29 0.13
HSL 343.64º 0.56% 0.69% -
HSV(B) 343.64º 0.4% 0.87% -
XYZ 44.29 34.58 36.24 -
YUV 162.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 221 133 157 0 0.40 0.29 0.13 343.64 0.56 0.69
Hex DD 85 9D 0 28 1D D 158 38 45
Octal 335 205 235 0 50 35 15 530 70 105
Binary 11011101 10000101 10011101 0 101000 11101 1101 101011000 111000 1000101

Color Harmonies of #DD859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD859D

Black with #DD859D

Text Example


Text Example

White with #DD859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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