Html Css Color HEX #DD618F Pale Violet Red

📋 copy color: '#DD618F'

red 221 ◦ green 97 ◦ blue 143

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

Shades of Pale Violet Red #DD618F

Tints of Pale Violet Red #DD618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.04%

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

R = 47.94%
G = 21.04%
B = 31.02%

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

#DD618F (or 0xDD618F) is known color: Pale Violet Red. HEX triplet: DD, 61 and 8F. RGB value is (221,97,143). Sum of RGB (Red+Green+Blue) = 221+97+143=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618F is #229E70. Grayscale: #8B8B8B. Windows color (decimal): -2268785 or 9396701. OLE color: 9396701.

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

Color convert

RGB 221 97 143 -
CMYK 0 0.56 0.35 0.13
HSL 337.74º 0.65% 0.62% -
HSV(B) 337.74º 0.56% 0.87% -
XYZ 39.05 25.9 28.93 -
YUV 139.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 221 97 143 0 0.56 0.35 0.13 337.74 0.65 0.62
Hex DD 61 8F 0 38 23 D 152 41 3E
Octal 335 141 217 0 70 43 15 522 101 76
Binary 11011101 1100001 10001111 0 111000 100011 1101 101010010 1000001 111110

Color Harmonies of #DD618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD618F

Black with #DD618F

Text Example


Text Example

White with #DD618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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