#DD7298

Color #DD7298 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD7298

Tints of Pale Violet Red #DD7298

Color information

#DD7298 (or 0xDD7298) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 98. RGB value is (221,114,152). Sum of RGB (Red+Green+Blue) = 221+114+152=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7298 is #228D67. Grayscale: #969696. Windows color (decimal): -2264424 or 9990877. OLE color: 9990877.

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

Color convert

RGB221114152-
CMYK00.480.310.13
HSL338.69º61.14%65.69%-
HSV(B)338.69º48.42%86.67%-
XYZ41.529.6733.25-
YUV150.32128.95178.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=45.38%
G=23.41%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111415200.480.310.13338.6961.1465.69
HexDD72980301FD1533d42
Octal335162230060371552375102
Binary1101110111100101001100001100001111111011010100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7298; }

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

 H1.HeaderClassName
 {
   color: #DD7298;
 }
 .AnyTagClassName
 {
   color: #DD7298;
 }
</style>
background-color css

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

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

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

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

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

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