Html Css Color HEX #DD859A Carissma

📋 copy color: '#DD859A'

red 221 ◦ green 133 ◦ blue 154

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

Shades of Carissma #DD859A

Tints of Carissma #DD859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 43.5%
G = 26.18%
B = 30.31%

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

#DD859A (or 0xDD859A) is known color: Carissma. HEX triplet: DD, 85 and 9A. RGB value is (221,133,154). Sum of RGB (Red+Green+Blue) = 221+133+154=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859A is #227A65. Grayscale: #A1A1A1. Windows color (decimal): -2259558 or 10126813. OLE color: 10126813.

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

Color convert

RGB 221 133 154 -
CMYK 0 0.40 0.30 0.13
HSL 345.68º 0.56% 0.69% -
HSV(B) 345.68º 0.4% 0.87% -
XYZ 44.04 34.48 34.91 -
YUV 161.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 221 133 154 0 0.40 0.30 0.13 345.68 0.56 0.69
Hex DD 85 9A 0 28 1E D 15A 38 45
Octal 335 205 232 0 50 36 15 532 70 105
Binary 11011101 10000101 10011010 0 101000 11110 1101 101011010 111000 1000101

Color Harmonies of #DD859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD859A

Black with #DD859A

Text Example


Text Example

White with #DD859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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