Html Css Color HEX #DD8098 Carissma

📋 copy color: '#DD8098'

red 221 ◦ green 128 ◦ blue 152

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

Shades of Carissma #DD8098

Tints of Carissma #DD8098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 44.11%
G = 25.55%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD8098 (or 0xDD8098) is known color: Carissma. HEX triplet: DD, 80 and 98. RGB value is (221,128,152). Sum of RGB (Red+Green+Blue) = 221+128+152=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8098 is #227F67. Grayscale: #9E9E9E. Windows color (decimal): -2260840 or 9994461. OLE color: 9994461.

HSL color Cylindrical-coordinate representation of color #DD8098: hue angle of 344.52º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8098 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 152 -
CMYK 0 0.42 0.31 0.13
HSL 344.52º 0.58% 0.68% -
HSV(B) 344.52º 0.42% 0.87% -
XYZ 43.21 33.08 33.81 -
YUV 158.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 221 128 152 0 0.42 0.31 0.13 344.52 0.58 0.68
Hex DD 80 98 0 2A 1F D 159 3A 44
Octal 335 200 230 0 52 37 15 531 72 104
Binary 11011101 10000000 10011000 0 101010 11111 1101 101011001 111010 1000100

Color Harmonies of #DD8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8098

Black with #DD8098

Text Example


Text Example

White with #DD8098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8098; }

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

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

background-color css

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

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

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

border-color css

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

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

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