Html Css Color HEX #DD839B Carissma

📋 copy color: '#DD839B'

red 221 ◦ green 131 ◦ blue 155

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

Shades of Carissma #DD839B

Tints of Carissma #DD839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 43.59%
G = 25.84%
B = 30.57%

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

#DD839B (or 0xDD839B) is known color: Carissma. HEX triplet: DD, 83 and 9B. RGB value is (221,131,155). Sum of RGB (Red+Green+Blue) = 221+131+155=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD839B is #227C64. Grayscale: #A0A0A0. Windows color (decimal): -2260069 or 10191837. OLE color: 10191837.

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

Color convert

RGB 221 131 155 -
CMYK 0 0.41 0.30 0.13
HSL 344º 0.57% 0.69% -
HSV(B) 344º 0.41% 0.87% -
XYZ 43.85 33.97 35.26 -
YUV 160.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 221 131 155 0 0.41 0.30 0.13 344 0.57 0.69
Hex DD 83 9B 0 29 1E D 158 39 45
Octal 335 203 233 0 51 36 15 530 71 105
Binary 11011101 10000011 10011011 0 101001 11110 1101 101011000 111001 1000101

Color Harmonies of #DD839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD839B

Black with #DD839B

Text Example


Text Example

White with #DD839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD839B; }

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

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

background-color css

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

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

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

border-color css

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

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

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