Html Css Color HEX #DD879B Carissma

📋 copy color: '#DD879B'

red 221 ◦ green 135 ◦ blue 155

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

Shades of Carissma #DD879B

Tints of Carissma #DD879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.42%

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

R = 43.25%
G = 26.42%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD879B (or 0xDD879B) is known color: Carissma. HEX triplet: DD, 87 and 9B. RGB value is (221,135,155). Sum of RGB (Red+Green+Blue) = 221+135+155=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD879B is #227864. Grayscale: #A3A3A3. Windows color (decimal): -2259045 or 10192861. OLE color: 10192861.

HSL color Cylindrical-coordinate representation of color #DD879B: hue angle of 346.05º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD879B is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 155 -
CMYK 0 0.39 0.30 0.13
HSL 346.05º 0.56% 0.7% -
HSV(B) 346.05º 0.39% 0.87% -
XYZ 44.4 35.07 35.44 -
YUV 162.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 221 135 155 0 0.39 0.30 0.13 346.05 0.56 0.7
Hex DD 87 9B 0 27 1E D 15A 38 46
Octal 335 207 233 0 47 36 15 532 70 106
Binary 11011101 10000111 10011011 0 100111 11110 1101 101011010 111000 1000110

Color Harmonies of #DD879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD879B

Black with #DD879B

Text Example


Text Example

White with #DD879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD879B; }

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

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

background-color css

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

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

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

border-color css

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

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

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