Html Css Color HEX #DD879A Carissma

📋 copy color: '#DD879A'

red 221 ◦ green 135 ◦ blue 154

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

Shades of Carissma #DD879A

Tints of Carissma #DD879A

RGB

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

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

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

R = 43.33%
G = 26.47%
B = 30.2%

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

#DD879A (or 0xDD879A) is known color: Carissma. HEX triplet: DD, 87 and 9A. RGB value is (221,135,154). Sum of RGB (Red+Green+Blue) = 221+135+154=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD879A is #227865. Grayscale: #A2A2A2. Windows color (decimal): -2259046 or 10127325. OLE color: 10127325.

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

Color convert

RGB 221 135 154 -
CMYK 0 0.39 0.30 0.13
HSL 346.74º 0.56% 0.7% -
HSV(B) 346.74º 0.39% 0.87% -
XYZ 44.32 35.03 35 -
YUV 162.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 221 135 154 0 0.39 0.30 0.13 346.74 0.56 0.7
Hex DD 87 9A 0 27 1E D 15B 38 46
Octal 335 207 232 0 47 36 15 533 70 106
Binary 11011101 10000111 10011010 0 100111 11110 1101 101011011 111000 1000110

Color Harmonies of #DD879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD879A

Black with #DD879A

Text Example


Text Example

White with #DD879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD879A; }

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

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

background-color css

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

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

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

border-color css

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

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

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