Html Css Color HEX #DD8793 Carissma

📋 copy color: '#DD8793'

red 221 ◦ green 135 ◦ blue 147

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

Shades of Carissma #DD8793

Tints of Carissma #DD8793

RGB

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

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

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

R = 43.94%
G = 26.84%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8793 (or 0xDD8793) is known color: Carissma. HEX triplet: DD, 87 and 93. RGB value is (221,135,147). Sum of RGB (Red+Green+Blue) = 221+135+147=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8793 is #22786C. Grayscale: #A2A2A2. Windows color (decimal): -2259053 or 9668573. OLE color: 9668573.

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

Color convert

RGB 221 135 147 -
CMYK 0 0.39 0.33 0.13
HSL 351.63º 0.56% 0.7% -
HSV(B) 351.63º 0.39% 0.87% -
XYZ 43.75 34.81 32.02 -
YUV 162.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 221 135 147 0 0.39 0.33 0.13 351.63 0.56 0.7
Hex DD 87 93 0 27 21 D 160 38 46
Octal 335 207 223 0 47 41 15 540 70 106
Binary 11011101 10000111 10010011 0 100111 100001 1101 101100000 111000 1000110

Color Harmonies of #DD8793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8793

Black with #DD8793

Text Example


Text Example

White with #DD8793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8793; }

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

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

background-color css

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

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

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

border-color css

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

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

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