Html Css Color HEX #DD858F Carissma

📋 copy color: '#DD858F'

red 221 ◦ green 133 ◦ blue 143

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

Shades of Carissma #DD858F

Tints of Carissma #DD858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 44.47%
G = 26.76%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD858F (or 0xDD858F) is known color: Carissma. HEX triplet: DD, 85 and 8F. RGB value is (221,133,143). Sum of RGB (Red+Green+Blue) = 221+133+143=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858F is #227A70. Grayscale: #A0A0A0. Windows color (decimal): -2259569 or 9405917. OLE color: 9405917.

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

Color convert

RGB 221 133 143 -
CMYK 0 0.40 0.35 0.13
HSL 353.18º 0.56% 0.69% -
HSV(B) 353.18º 0.4% 0.87% -
XYZ 43.16 34.13 30.3 -
YUV 160.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 221 133 143 0 0.40 0.35 0.13 353.18 0.56 0.69
Hex DD 85 8F 0 28 23 D 161 38 45
Octal 335 205 217 0 50 43 15 541 70 105
Binary 11011101 10000101 10001111 0 101000 100011 1101 101100001 111000 1000101

Color Harmonies of #DD858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD858F

Black with #DD858F

Text Example


Text Example

White with #DD858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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