Html Css Color HEX #DD8296 Carissma

📋 copy color: '#DD8296'

red 221 ◦ green 130 ◦ blue 150

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

Shades of Carissma #DD8296

Tints of Carissma #DD8296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 44.11%
G = 25.95%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD8296 (or 0xDD8296) is known color: Carissma. HEX triplet: DD, 82 and 96. RGB value is (221,130,150). Sum of RGB (Red+Green+Blue) = 221+130+150=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8296 is #227D69. Grayscale: #9F9F9F. Windows color (decimal): -2260330 or 9863901. OLE color: 9863901.

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

Color convert

RGB 221 130 150 -
CMYK 0 0.41 0.32 0.13
HSL 346.81º 0.57% 0.69% -
HSV(B) 346.81º 0.41% 0.87% -
XYZ 43.31 33.54 33.05 -
YUV 159.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 221 130 150 0 0.41 0.32 0.13 346.81 0.57 0.69
Hex DD 82 96 0 29 20 D 15B 39 45
Octal 335 202 226 0 51 40 15 533 71 105
Binary 11011101 10000010 10010110 0 101001 100000 1101 101011011 111001 1000101

Color Harmonies of #DD8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8296

Black with #DD8296

Text Example


Text Example

White with #DD8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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