Html Css Color HEX #DD628C Pale Violet Red

📋 copy color: '#DD628C'

red 221 ◦ green 98 ◦ blue 140

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

Shades of Pale Violet Red #DD628C

Tints of Pale Violet Red #DD628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 48.15%
G = 21.35%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD628C (or 0xDD628C) is known color: Pale Violet Red. HEX triplet: DD, 62 and 8C. RGB value is (221,98,140). Sum of RGB (Red+Green+Blue) = 221+98+140=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD628C is #229D73. Grayscale: #8B8B8B. Windows color (decimal): -2268532 or 9200349. OLE color: 9200349.

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

Color convert

RGB 221 98 140 -
CMYK 0 0.56 0.37 0.13
HSL 339.51º 0.64% 0.63% -
HSV(B) 339.51º 0.56% 0.87% -
XYZ 38.92 26 27.78 -
YUV 139.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 221 98 140 0 0.56 0.37 0.13 339.51 0.64 0.63
Hex DD 62 8C 0 38 25 D 154 40 3F
Octal 335 142 214 0 70 45 15 524 100 77
Binary 11011101 1100010 10001100 0 111000 100101 1101 101010100 1000000 111111

Color Harmonies of #DD628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD628C

Black with #DD628C

Text Example


Text Example

White with #DD628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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