Html Css Color HEX #DD859B Carissma

📋 copy color: '#DD859B'

red 221 ◦ green 133 ◦ blue 155

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

Shades of Carissma #DD859B

Tints of Carissma #DD859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 43.42%
G = 26.13%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD859B (or 0xDD859B) is known color: Carissma. HEX triplet: DD, 85 and 9B. RGB value is (221,133,155). Sum of RGB (Red+Green+Blue) = 221+133+155=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859B is #227A64. Grayscale: #A1A1A1. Windows color (decimal): -2259557 or 10192349. OLE color: 10192349.

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

Color convert

RGB 221 133 155 -
CMYK 0 0.40 0.30 0.13
HSL 345º 0.56% 0.69% -
HSV(B) 345º 0.4% 0.87% -
XYZ 44.12 34.51 35.35 -
YUV 161.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 221 133 155 0 0.40 0.30 0.13 345 0.56 0.69
Hex DD 85 9B 0 28 1E D 159 38 45
Octal 335 205 233 0 50 36 15 531 70 105
Binary 11011101 10000101 10011011 0 101000 11110 1101 101011001 111000 1000101

Color Harmonies of #DD859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD859B

Black with #DD859B

Text Example


Text Example

White with #DD859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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