Html Css Color HEX #DD859C Carissma

📋 copy color: '#DD859C'

red 221 ◦ green 133 ◦ blue 156

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

Shades of Carissma #DD859C

Tints of Carissma #DD859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 43.33%
G = 26.08%
B = 30.59%

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

#DD859C (or 0xDD859C) is known color: Carissma. HEX triplet: DD, 85 and 9C. RGB value is (221,133,156). Sum of RGB (Red+Green+Blue) = 221+133+156=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859C is #227A63. Grayscale: #A1A1A1. Windows color (decimal): -2259556 or 10257885. OLE color: 10257885.

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

Color convert

RGB 221 133 156 -
CMYK 0 0.40 0.29 0.13
HSL 344.32º 0.56% 0.69% -
HSV(B) 344.32º 0.4% 0.87% -
XYZ 44.21 34.55 35.79 -
YUV 161.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 221 133 156 0 0.40 0.29 0.13 344.32 0.56 0.69
Hex DD 85 9C 0 28 1D D 158 38 45
Octal 335 205 234 0 50 35 15 530 70 105
Binary 11011101 10000101 10011100 0 101000 11101 1101 101011000 111000 1000101

Color Harmonies of #DD859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD859C

Black with #DD859C

Text Example


Text Example

White with #DD859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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