Html Css Color HEX #DD628D Pale Violet Red

📋 copy color: '#DD628D'

red 221 ◦ green 98 ◦ blue 141

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

Shades of Pale Violet Red #DD628D

Tints of Pale Violet Red #DD628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 48.04%
G = 21.3%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD628D (or 0xDD628D) is known color: Pale Violet Red. HEX triplet: DD, 62 and 8D. RGB value is (221,98,141). Sum of RGB (Red+Green+Blue) = 221+98+141=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD628D is #229D72. Grayscale: #8B8B8B. Windows color (decimal): -2268531 or 9265885. OLE color: 9265885.

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

Color convert

RGB 221 98 141 -
CMYK 0 0.56 0.36 0.13
HSL 339.02º 0.64% 0.63% -
HSV(B) 339.02º 0.56% 0.87% -
XYZ 38.99 26.03 28.17 -
YUV 139.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 221 98 141 0 0.56 0.36 0.13 339.02 0.64 0.63
Hex DD 62 8D 0 38 24 D 153 40 3F
Octal 335 142 215 0 70 44 15 523 100 77
Binary 11011101 1100010 10001101 0 111000 100100 1101 101010011 1000000 111111

Color Harmonies of #DD628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD628D

Black with #DD628D

Text Example


Text Example

White with #DD628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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