Html Css Color HEX #DD7294 Pale Violet Red

📋 copy color: '#DD7294'

red 221 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #DD7294

Tints of Pale Violet Red #DD7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 45.76%
G = 23.6%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7294 (or 0xDD7294) is known color: Pale Violet Red. HEX triplet: DD, 72 and 94. RGB value is (221,114,148). Sum of RGB (Red+Green+Blue) = 221+114+148=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7294 is #228D6B. Grayscale: #959595. Windows color (decimal): -2264428 or 9728733. OLE color: 9728733.

HSL color Cylindrical-coordinate representation of color #DD7294: hue angle of 340.93º 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 #DD7294 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 148 -
CMYK 0 0.48 0.33 0.13
HSL 340.93º 0.61% 0.66% -
HSV(B) 340.93º 0.48% 0.87% -
XYZ 41.18 29.54 31.55 -
YUV 149.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 221 114 148 0 0.48 0.33 0.13 340.93 0.61 0.66
Hex DD 72 94 0 30 21 D 155 3D 42
Octal 335 162 224 0 60 41 15 525 75 102
Binary 11011101 1110010 10010100 0 110000 100001 1101 101010101 111101 1000010

Color Harmonies of #DD7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7294

Black with #DD7294

Text Example


Text Example

White with #DD7294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7294; }

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

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

background-color css

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

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

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

border-color css

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

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

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