Html Css Color HEX #DD7298 Pale Violet Red

📋 copy color: '#DD7298'

red 221 ◦ green 114 ◦ blue 152

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

Shades of Pale Violet Red #DD7298

Tints of Pale Violet Red #DD7298

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 value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7298 (or 0xDD7298) is known color: 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

RGB 221 114 152 -
CMYK 0 0.48 0.31 0.13
HSL 338.69º 0.61% 0.66% -
HSV(B) 338.69º 0.48% 0.87% -
XYZ 41.5 29.67 33.25 -
YUV 150.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 221 114 152 0 0.48 0.31 0.13 338.69 0.61 0.66
Hex DD 72 98 0 30 1F D 153 3D 42
Octal 335 162 230 0 60 37 15 523 75 102
Binary 11011101 1110010 10011000 0 110000 11111 1101 101010011 111101 1000010

Color Harmonies of #DD7298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7298

Black with #DD7298

Text Example


Text Example

White with #DD7298

Text Example


Text Example

HTML Codes & Css Web 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>