Html Css Color HEX #DD648F Pale Violet Red

📋 copy color: '#DD648F'

red 221 ◦ green 100 ◦ blue 143

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

Shades of Pale Violet Red #DD648F

Tints of Pale Violet Red #DD648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 47.63%
G = 21.55%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD648F (or 0xDD648F) is known color: Pale Violet Red. HEX triplet: DD, 64 and 8F. RGB value is (221,100,143). Sum of RGB (Red+Green+Blue) = 221+100+143=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648F is #229B70. Grayscale: #8D8D8D. Windows color (decimal): -2268017 or 9397469. OLE color: 9397469.

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

Color convert

RGB 221 100 143 -
CMYK 0 0.55 0.35 0.13
HSL 338.68º 0.64% 0.63% -
HSV(B) 338.68º 0.55% 0.87% -
XYZ 39.33 26.47 29.02 -
YUV 141.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 221 100 143 0 0.55 0.35 0.13 338.68 0.64 0.63
Hex DD 64 8F 0 37 23 D 153 40 3F
Octal 335 144 217 0 67 43 15 523 100 77
Binary 11011101 1100100 10001111 0 110111 100011 1101 101010011 1000000 111111

Color Harmonies of #DD648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD648F

Black with #DD648F

Text Example


Text Example

White with #DD648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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