Html Css Color HEX #DD8C93 Carissma

📋 copy color: '#DD8C93'

red 221 ◦ green 140 ◦ blue 147

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

Shades of Carissma #DD8C93

Tints of Carissma #DD8C93

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 43.5%
G = 27.56%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8C93 (or 0xDD8C93) is known color: Carissma. HEX triplet: DD, 8C and 93. RGB value is (221,140,147). Sum of RGB (Red+Green+Blue) = 221+140+147=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C93 is #22736C. Grayscale: #A5A5A5. Windows color (decimal): -2257773 or 9669853. OLE color: 9669853.

HSL color Cylindrical-coordinate representation of color #DD8C93: hue angle of 354.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8C93 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 147 -
CMYK 0 0.37 0.33 0.13
HSL 354.81º 0.54% 0.71% -
HSV(B) 354.81º 0.37% 0.87% -
XYZ 44.46 36.23 32.25 -
YUV 165.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 221 140 147 0 0.37 0.33 0.13 354.81 0.54 0.71
Hex DD 8C 93 0 25 21 D 163 36 47
Octal 335 214 223 0 45 41 15 543 66 107
Binary 11011101 10001100 10010011 0 100101 100001 1101 101100011 110110 1000111

Color Harmonies of #DD8C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C93

Black with #DD8C93

Text Example


Text Example

White with #DD8C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C93; }

 p { color: rgb(221,140,147); }

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

background-color css

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

 a { background-color: rgb(221,140,147); }

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

border-color css

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

 span { border-color: rgb(221,140,147); }

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