Html Css Color HEX #DD839C Carissma

📋 copy color: '#DD839C'

red 221 ◦ green 131 ◦ blue 156

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

Shades of Carissma #DD839C

Tints of Carissma #DD839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 43.5%
G = 25.79%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD839C (or 0xDD839C) is known color: Carissma. HEX triplet: DD, 83 and 9C. RGB value is (221,131,156). Sum of RGB (Red+Green+Blue) = 221+131+156=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD839C is #227C63. Grayscale: #A0A0A0. Windows color (decimal): -2260068 or 10257373. OLE color: 10257373.

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

Color convert

RGB 221 131 156 -
CMYK 0 0.41 0.29 0.13
HSL 343.33º 0.57% 0.69% -
HSV(B) 343.33º 0.41% 0.87% -
XYZ 43.94 34.01 35.7 -
YUV 160.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 221 131 156 0 0.41 0.29 0.13 343.33 0.57 0.69
Hex DD 83 9C 0 29 1D D 157 39 45
Octal 335 203 234 0 51 35 15 527 71 105
Binary 11011101 10000011 10011100 0 101001 11101 1101 101010111 111001 1000101

Color Harmonies of #DD839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD839C

Black with #DD839C

Text Example


Text Example

White with #DD839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD839C; }

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

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

background-color css

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

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

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

border-color css

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

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

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