Html Css Color HEX #DD838C Carissma

📋 copy color: '#DD838C'

red 221 ◦ green 131 ◦ blue 140

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

Shades of Carissma #DD838C

Tints of Carissma #DD838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 44.92%
G = 26.63%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD838C (or 0xDD838C) is known color: Carissma. HEX triplet: DD, 83 and 8C. RGB value is (221,131,140). Sum of RGB (Red+Green+Blue) = 221+131+140=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD838C is #227C73. Grayscale: #9E9E9E. Windows color (decimal): -2260084 or 9208797. OLE color: 9208797.

HSL color Cylindrical-coordinate representation of color #DD838C: hue angle of 354º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD838C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 140 -
CMYK 0 0.41 0.37 0.13
HSL 354º 0.57% 0.69% -
HSV(B) 354º 0.41% 0.87% -
XYZ 42.67 33.5 29.03 -
YUV 158.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 221 131 140 0 0.41 0.37 0.13 354 0.57 0.69
Hex DD 83 8C 0 29 25 D 162 39 45
Octal 335 203 214 0 51 45 15 542 71 105
Binary 11011101 10000011 10001100 0 101001 100101 1101 101100010 111001 1000101

Color Harmonies of #DD838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD838C

Black with #DD838C

Text Example


Text Example

White with #DD838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD838C; }

 p { color: rgb(221,131,140); }

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

background-color css

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

 a { background-color: rgb(221,131,140); }

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

border-color css

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

 span { border-color: rgb(221,131,140); }

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