Html Css Color HEX #DD8498 Carissma

📋 copy color: '#DD8498'

red 221 ◦ green 132 ◦ blue 152

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

Shades of Carissma #DD8498

Tints of Carissma #DD8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

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

R = 43.76%
G = 26.14%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD8498 (or 0xDD8498) is known color: Carissma. HEX triplet: DD, 84 and 98. RGB value is (221,132,152). Sum of RGB (Red+Green+Blue) = 221+132+152=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8498 is #227B67. Grayscale: #A0A0A0. Windows color (decimal): -2259816 or 9995485. OLE color: 9995485.

HSL color Cylindrical-coordinate representation of color #DD8498: hue angle of 346.52º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8498 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 152 -
CMYK 0 0.40 0.31 0.13
HSL 346.52º 0.57% 0.69% -
HSV(B) 346.52º 0.4% 0.87% -
XYZ 43.74 34.14 33.99 -
YUV 160.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 221 132 152 0 0.40 0.31 0.13 346.52 0.57 0.69
Hex DD 84 98 0 28 1F D 15B 39 45
Octal 335 204 230 0 50 37 15 533 71 105
Binary 11011101 10000100 10011000 0 101000 11111 1101 101011011 111001 1000101

Color Harmonies of #DD8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8498

Black with #DD8498

Text Example


Text Example

White with #DD8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8498; }

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

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

background-color css

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

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

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

border-color css

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

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

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