Html Css Color HEX #DD839A Carissma

📋 copy color: '#DD839A'

red 221 ◦ green 131 ◦ blue 154

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

Shades of Carissma #DD839A

Tints of Carissma #DD839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 43.68%
G = 25.89%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD839A (or 0xDD839A) is known color: Carissma. HEX triplet: DD, 83 and 9A. RGB value is (221,131,154). Sum of RGB (Red+Green+Blue) = 221+131+154=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD839A is #227C65. Grayscale: #A0A0A0. Windows color (decimal): -2260070 or 10126301. OLE color: 10126301.

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

Color convert

RGB 221 131 154 -
CMYK 0 0.41 0.30 0.13
HSL 344.67º 0.57% 0.69% -
HSV(B) 344.67º 0.41% 0.87% -
XYZ 43.77 33.94 34.82 -
YUV 160.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 221 131 154 0 0.41 0.30 0.13 344.67 0.57 0.69
Hex DD 83 9A 0 29 1E D 159 39 45
Octal 335 203 232 0 51 36 15 531 71 105
Binary 11011101 10000011 10011010 0 101001 11110 1101 101011001 111001 1000101

Color Harmonies of #DD839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD839A

Black with #DD839A

Text Example


Text Example

White with #DD839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD839A; }

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

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

background-color css

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

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

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

border-color css

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

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

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