Html Css Color HEX #DD858A Carissma

📋 copy color: '#DD858A'

red 221 ◦ green 133 ◦ blue 138

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

Shades of Carissma #DD858A

Tints of Carissma #DD858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 44.92%
G = 27.03%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD858A (or 0xDD858A) is known color: Carissma. HEX triplet: DD, 85 and 8A. RGB value is (221,133,138). Sum of RGB (Red+Green+Blue) = 221+133+138=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858A is #227A75. Grayscale: #9F9F9F. Windows color (decimal): -2259574 or 9078237. OLE color: 9078237.

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

Color convert

RGB 221 133 138 -
CMYK 0 0.40 0.38 0.13
HSL 356.59º 0.56% 0.69% -
HSV(B) 356.59º 0.4% 0.87% -
XYZ 42.79 33.98 28.35 -
YUV 159.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 221 133 138 0 0.40 0.38 0.13 356.59 0.56 0.69
Hex DD 85 8A 0 28 26 D 165 38 45
Octal 335 205 212 0 50 46 15 545 70 105
Binary 11011101 10000101 10001010 0 101000 100110 1101 101100101 111000 1000101

Color Harmonies of #DD858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD858A

Black with #DD858A

Text Example


Text Example

White with #DD858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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