Html Css Color HEX #DD838A Carissma

📋 copy color: '#DD838A'

red 221 ◦ green 131 ◦ blue 138

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

Shades of Carissma #DD838A

Tints of Carissma #DD838A

RGB

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

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

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

R = 45.1%
G = 26.73%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD838A (or 0xDD838A) is known color: Carissma. HEX triplet: DD, 83 and 8A. RGB value is (221,131,138). Sum of RGB (Red+Green+Blue) = 221+131+138=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD838A is #227C75. Grayscale: #9E9E9E. Windows color (decimal): -2260086 or 9077725. OLE color: 9077725.

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

Color convert

RGB 221 131 138 -
CMYK 0 0.41 0.38 0.13
HSL 355.33º 0.57% 0.69% -
HSV(B) 355.33º 0.41% 0.87% -
XYZ 42.52 33.44 28.26 -
YUV 158.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 221 131 138 0 0.41 0.38 0.13 355.33 0.57 0.69
Hex DD 83 8A 0 29 26 D 163 39 45
Octal 335 203 212 0 51 46 15 543 71 105
Binary 11011101 10000011 10001010 0 101001 100110 1101 101100011 111001 1000101

Color Harmonies of #DD838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD838A

Black with #DD838A

Text Example


Text Example

White with #DD838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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