Html Css Color HEX #DE618D Pale Violet Red

📋 copy color: '#DE618D'

red 222 ◦ green 97 ◦ blue 141

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

Shades of Pale Violet Red #DE618D

Tints of Pale Violet Red #DE618D

RGB

 RED value IS 222 (87.11% from 255) = 48.26%

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

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

R = 48.26%
G = 21.09%
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

#DE618D (or 0xDE618D) is known color: Pale Violet Red. HEX triplet: DE, 61 and 8D. RGB value is (222,97,141). Sum of RGB (Red+Green+Blue) = 222+97+141=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE618D is #219E72. Grayscale: #8B8B8B. Windows color (decimal): -2203251 or 9265630. OLE color: 9265630.

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

Color convert

RGB 222 97 141 -
CMYK 0 0.56 0.36 0.13
HSL 338.88º 0.65% 0.63% -
HSV(B) 338.88º 0.56% 0.87% -
XYZ 39.21 26 28.15 -
YUV 139.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 222 97 141 0 0.56 0.36 0.13 338.88 0.65 0.63
Hex DE 61 8D 0 38 24 D 153 41 3F
Octal 336 141 215 0 70 44 15 523 101 77
Binary 11011110 1100001 10001101 0 111000 100100 1101 101010011 1000001 111111

Color Harmonies of #DE618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE618D

Black with #DE618D

Text Example


Text Example

White with #DE618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE618D; }

 p { color: rgb(222,97,141); }

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

background-color css

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

 a { background-color: rgb(222,97,141); }

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

border-color css

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

 span { border-color: rgb(222,97,141); }

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