Html Css Color HEX #DD8A98 Carissma

📋 copy color: '#DD8A98'

red 221 ◦ green 138 ◦ blue 152

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

Shades of Carissma #DD8A98

Tints of Carissma #DD8A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 43.25%
G = 27.01%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD8A98 (or 0xDD8A98) is known color: Carissma. HEX triplet: DD, 8A and 98. RGB value is (221,138,152). Sum of RGB (Red+Green+Blue) = 221+138+152=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A98 is #227567. Grayscale: #A4A4A4. Windows color (decimal): -2258280 or 9997021. OLE color: 9997021.

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

Color convert

RGB 221 138 152 -
CMYK 0 0.38 0.31 0.13
HSL 349.88º 0.55% 0.7% -
HSV(B) 349.88º 0.38% 0.87% -
XYZ 44.57 35.82 34.27 -
YUV 164.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 221 138 152 0 0.38 0.31 0.13 349.88 0.55 0.7
Hex DD 8A 98 0 26 1F D 15E 37 46
Octal 335 212 230 0 46 37 15 536 67 106
Binary 11011101 10001010 10011000 0 100110 11111 1101 101011110 110111 1000110

Color Harmonies of #DD8A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A98

Black with #DD8A98

Text Example


Text Example

White with #DD8A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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