Html Css Color HEX #DD858E Carissma

📋 copy color: '#DD858E'

red 221 ◦ green 133 ◦ blue 142

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

Shades of Carissma #DD858E

Tints of Carissma #DD858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 44.56%
G = 26.81%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD858E (or 0xDD858E) is known color: Carissma. HEX triplet: DD, 85 and 8E. RGB value is (221,133,142). Sum of RGB (Red+Green+Blue) = 221+133+142=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858E is #227A71. Grayscale: #A0A0A0. Windows color (decimal): -2259570 or 9340381. OLE color: 9340381.

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

Color convert

RGB 221 133 142 -
CMYK 0 0.40 0.36 0.13
HSL 353.86º 0.56% 0.69% -
HSV(B) 353.86º 0.4% 0.87% -
XYZ 43.09 34.1 29.9 -
YUV 160.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 221 133 142 0 0.40 0.36 0.13 353.86 0.56 0.69
Hex DD 85 8E 0 28 24 D 162 38 45
Octal 335 205 216 0 50 44 15 542 70 105
Binary 11011101 10000101 10001110 0 101000 100100 1101 101100010 111000 1000101

Color Harmonies of #DD858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD858E

Black with #DD858E

Text Example


Text Example

White with #DD858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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