Html Css Color HEX #DD8298 Carissma

📋 copy color: '#DD8298'

red 221 ◦ green 130 ◦ blue 152

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

Shades of Carissma #DD8298

Tints of Carissma #DD8298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

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

R = 43.94%
G = 25.84%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD8298 (or 0xDD8298) is known color: Carissma. HEX triplet: DD, 82 and 98. RGB value is (221,130,152). Sum of RGB (Red+Green+Blue) = 221+130+152=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8298 is #227D67. Grayscale: #9F9F9F. Windows color (decimal): -2260328 or 9994973. OLE color: 9994973.

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

Color convert

RGB 221 130 152 -
CMYK 0 0.41 0.31 0.13
HSL 345.49º 0.57% 0.69% -
HSV(B) 345.49º 0.41% 0.87% -
XYZ 43.47 33.6 33.9 -
YUV 159.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 221 130 152 0 0.41 0.31 0.13 345.49 0.57 0.69
Hex DD 82 98 0 29 1F D 159 39 45
Octal 335 202 230 0 51 37 15 531 71 105
Binary 11011101 10000010 10011000 0 101001 11111 1101 101011001 111001 1000101

Color Harmonies of #DD8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8298

Black with #DD8298

Text Example


Text Example

White with #DD8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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