Html Css Color HEX #DD628B Pale Violet Red

📋 copy color: '#DD628B'

red 221 ◦ green 98 ◦ blue 139

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

Shades of Pale Violet Red #DD628B

Tints of Pale Violet Red #DD628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 48.25%
G = 21.4%
B = 30.35%

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

#DD628B (or 0xDD628B) is known color: Pale Violet Red. HEX triplet: DD, 62 and 8B. RGB value is (221,98,139). Sum of RGB (Red+Green+Blue) = 221+98+139=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD628B is #229D74. Grayscale: #8B8B8B. Windows color (decimal): -2268533 or 9134813. OLE color: 9134813.

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

Color convert

RGB 221 98 139 -
CMYK 0 0.56 0.37 0.13
HSL 340º 0.64% 0.63% -
HSV(B) 340º 0.56% 0.87% -
XYZ 38.85 25.97 27.39 -
YUV 139.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 221 98 139 0 0.56 0.37 0.13 340 0.64 0.63
Hex DD 62 8B 0 38 25 D 154 40 3F
Octal 335 142 213 0 70 45 15 524 100 77
Binary 11011101 1100010 10001011 0 111000 100101 1101 101010100 1000000 111111

Color Harmonies of #DD628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD628B

Black with #DD628B

Text Example


Text Example

White with #DD628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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