Html Css Color HEX #DD628F Pale Violet Red

📋 copy color: '#DD628F'

red 221 ◦ green 98 ◦ blue 143

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

Shades of Pale Violet Red #DD628F

Tints of Pale Violet Red #DD628F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.21%

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 47.84%
G = 21.21%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD628F (or 0xDD628F) is known color: Pale Violet Red. HEX triplet: DD, 62 and 8F. RGB value is (221,98,143). Sum of RGB (Red+Green+Blue) = 221+98+143=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD628F is #229D70. Grayscale: #8B8B8B. Windows color (decimal): -2268529 or 9396957. OLE color: 9396957.

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

Color convert

RGB 221 98 143 -
CMYK 0 0.56 0.35 0.13
HSL 338.05º 0.64% 0.63% -
HSV(B) 338.05º 0.56% 0.87% -
XYZ 39.14 26.09 28.96 -
YUV 139.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 221 98 143 0 0.56 0.35 0.13 338.05 0.64 0.63
Hex DD 62 8F 0 38 23 D 152 40 3F
Octal 335 142 217 0 70 43 15 522 100 77
Binary 11011101 1100010 10001111 0 111000 100011 1101 101010010 1000000 111111

Color Harmonies of #DD628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD628F

Black with #DD628F

Text Example


Text Example

White with #DD628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD628F; }

 p { color: rgb(221,98,143); }

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

background-color css

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

 a { background-color: rgb(221,98,143); }

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

border-color css

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

 span { border-color: rgb(221,98,143); }

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