Html Css Color HEX #DD6698 Pale Violet Red

📋 copy color: '#DD6698'

red 221 ◦ green 102 ◦ blue 152

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

Shades of Pale Violet Red #DD6698

Tints of Pale Violet Red #DD6698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

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

R = 46.53%
G = 21.47%
B = 32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6698 (or 0xDD6698) is known color: Pale Violet Red. HEX triplet: DD, 66 and 98. RGB value is (221,102,152). Sum of RGB (Red+Green+Blue) = 221+102+152=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6698 is #229967. Grayscale: #8F8F8F. Windows color (decimal): -2267496 or 9987805. OLE color: 9987805.

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

Color convert

RGB 221 102 152 -
CMYK 0 0.54 0.31 0.13
HSL 334.79º 0.64% 0.63% -
HSV(B) 334.79º 0.54% 0.87% -
XYZ 40.24 27.14 32.82 -
YUV 143.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 221 102 152 0 0.54 0.31 0.13 334.79 0.64 0.63
Hex DD 66 98 0 36 1F D 14F 40 3F
Octal 335 146 230 0 66 37 15 517 100 77
Binary 11011101 1100110 10011000 0 110110 11111 1101 101001111 1000000 111111

Color Harmonies of #DD6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6698

Black with #DD6698

Text Example


Text Example

White with #DD6698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6698; }

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

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

background-color css

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

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

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

border-color css

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

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

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