Html Css Color HEX #DD6892 Pale Violet Red

📋 copy color: '#DD6892'

red 221 ◦ green 104 ◦ blue 146

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

Shades of Pale Violet Red #DD6892

Tints of Pale Violet Red #DD6892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.08%

 BLUE value IS 146 (57.42% from 255) = 31%

R = 46.92%
G = 22.08%
B = 31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6892 (or 0xDD6892) is known color: Pale Violet Red. HEX triplet: DD, 68 and 92. RGB value is (221,104,146). Sum of RGB (Red+Green+Blue) = 221+104+146=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6892 is #22976D. Grayscale: #8F8F8F. Windows color (decimal): -2266990 or 9595101. OLE color: 9595101.

HSL color Cylindrical-coordinate representation of color #DD6892: hue angle of 338.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6892 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 146 -
CMYK 0 0.53 0.34 0.13
HSL 338.46º 0.63% 0.64% -
HSV(B) 338.46º 0.53% 0.87% -
XYZ 39.96 27.35 30.37 -
YUV 143.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 221 104 146 0 0.53 0.34 0.13 338.46 0.63 0.64
Hex DD 68 92 0 35 22 D 152 3F 40
Octal 335 150 222 0 65 42 15 522 77 100
Binary 11011101 1101000 10010010 0 110101 100010 1101 101010010 111111 1000000

Color Harmonies of #DD6892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6892

Black with #DD6892

Text Example


Text Example

White with #DD6892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6892; }

 p { color: rgb(221,104,146); }

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

background-color css

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

 a { background-color: rgb(221,104,146); }

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

border-color css

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

 span { border-color: rgb(221,104,146); }

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