Html Css Color HEX #DD858D Carissma

📋 copy color: '#DD858D'

red 221 ◦ green 133 ◦ blue 141

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

Shades of Carissma #DD858D

Tints of Carissma #DD858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 44.65%
G = 26.87%
B = 28.48%

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

#DD858D (or 0xDD858D) is known color: Carissma. HEX triplet: DD, 85 and 8D. RGB value is (221,133,141). Sum of RGB (Red+Green+Blue) = 221+133+141=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858D is #227A72. Grayscale: #A0A0A0. Windows color (decimal): -2259571 or 9274845. OLE color: 9274845.

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

Color convert

RGB 221 133 141 -
CMYK 0 0.40 0.36 0.13
HSL 354.55º 0.56% 0.69% -
HSV(B) 354.55º 0.4% 0.87% -
XYZ 43.01 34.07 29.51 -
YUV 160.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 221 133 141 0 0.40 0.36 0.13 354.55 0.56 0.69
Hex DD 85 8D 0 28 24 D 163 38 45
Octal 335 205 215 0 50 44 15 543 70 105
Binary 11011101 10000101 10001101 0 101000 100100 1101 101100011 111000 1000101

Color Harmonies of #DD858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD858D

Black with #DD858D

Text Example


Text Example

White with #DD858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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