Html Css Color HEX #DD858B Carissma

📋 copy color: '#DD858B'

red 221 ◦ green 133 ◦ blue 139

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

Shades of Carissma #DD858B

Tints of Carissma #DD858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 44.83%
G = 26.98%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD858B (or 0xDD858B) is known color: Carissma. HEX triplet: DD, 85 and 8B. RGB value is (221,133,139). Sum of RGB (Red+Green+Blue) = 221+133+139=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858B is #227A74. Grayscale: #A0A0A0. Windows color (decimal): -2259573 or 9143773. OLE color: 9143773.

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

Color convert

RGB 221 133 139 -
CMYK 0 0.40 0.37 0.13
HSL 355.91º 0.56% 0.69% -
HSV(B) 355.91º 0.4% 0.87% -
XYZ 42.87 34.01 28.73 -
YUV 160 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 221 133 139 0 0.40 0.37 0.13 355.91 0.56 0.69
Hex DD 85 8B 0 28 25 D 164 38 45
Octal 335 205 213 0 50 45 15 544 70 105
Binary 11011101 10000101 10001011 0 101000 100101 1101 101100100 111000 1000101

Color Harmonies of #DD858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD858B

Black with #DD858B

Text Example


Text Example

White with #DD858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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