Html Css Color HEX #DD8287 Carissma

📋 copy color: '#DD8287'

red 221 ◦ green 130 ◦ blue 135

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

Shades of Carissma #DD8287

Tints of Carissma #DD8287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.75%

 BLUE value IS 135 (53.13% from 255) = 27.78%

R = 45.47%
G = 26.75%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD8287 (or 0xDD8287) is known color: Carissma. HEX triplet: DD, 82 and 87. RGB value is (221,130,135). Sum of RGB (Red+Green+Blue) = 221+130+135=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8287 is #227D78. Grayscale: #9D9D9D. Windows color (decimal): -2260345 or 8880861. OLE color: 8880861.

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

Color convert

RGB 221 130 135 -
CMYK 0 0.41 0.39 0.13
HSL 356.7º 0.57% 0.69% -
HSV(B) 356.7º 0.41% 0.87% -
XYZ 42.17 33.09 27.09 -
YUV 157.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 221 130 135 0 0.41 0.39 0.13 356.7 0.57 0.69
Hex DD 82 87 0 29 27 D 165 39 45
Octal 335 202 207 0 51 47 15 545 71 105
Binary 11011101 10000010 10000111 0 101001 100111 1101 101100101 111001 1000101

Color Harmonies of #DD8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8287

Black with #DD8287

Text Example


Text Example

White with #DD8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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