Html Css Color HEX #DD8A93 Carissma

📋 copy color: '#DD8A93'

red 221 ◦ green 138 ◦ blue 147

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

Shades of Carissma #DD8A93

Tints of Carissma #DD8A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

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

R = 43.68%
G = 27.27%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8A93 (or 0xDD8A93) is known color: Carissma. HEX triplet: DD, 8A and 93. RGB value is (221,138,147). Sum of RGB (Red+Green+Blue) = 221+138+147=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A93 is #22756C. Grayscale: #A3A3A3. Windows color (decimal): -2258285 or 9669341. OLE color: 9669341.

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

Color convert

RGB 221 138 147 -
CMYK 0 0.38 0.33 0.13
HSL 353.49º 0.55% 0.7% -
HSV(B) 353.49º 0.38% 0.87% -
XYZ 44.17 35.66 32.16 -
YUV 163.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 221 138 147 0 0.38 0.33 0.13 353.49 0.55 0.7
Hex DD 8A 93 0 26 21 D 161 37 46
Octal 335 212 223 0 46 41 15 541 67 106
Binary 11011101 10001010 10010011 0 100110 100001 1101 101100001 110111 1000110

Color Harmonies of #DD8A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A93

Black with #DD8A93

Text Example


Text Example

White with #DD8A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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