Html Css Color HEX #DE638F Pale Violet Red

📋 copy color: '#DE638F'

red 222 ◦ green 99 ◦ blue 143

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

Shades of Pale Violet Red #DE638F

Tints of Pale Violet Red #DE638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 47.84%
G = 21.34%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE638F (or 0xDE638F) is known color: Pale Violet Red. HEX triplet: DE, 63 and 8F. RGB value is (222,99,143). Sum of RGB (Red+Green+Blue) = 222+99+143=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE638F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE638F is #219C70. Grayscale: #8C8C8C. Windows color (decimal): -2202737 or 9397214. OLE color: 9397214.

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

Color convert

RGB 222 99 143 -
CMYK 0 0.55 0.36 0.13
HSL 338.54º 0.65% 0.63% -
HSV(B) 338.54º 0.55% 0.87% -
XYZ 39.54 26.44 29.01 -
YUV 140.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 222 99 143 0 0.55 0.36 0.13 338.54 0.65 0.63
Hex DE 63 8F 0 37 24 D 153 41 3F
Octal 336 143 217 0 67 44 15 523 101 77
Binary 11011110 1100011 10001111 0 110111 100100 1101 101010011 1000001 111111

Color Harmonies of #DE638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE638F

Black with #DE638F

Text Example


Text Example

White with #DE638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE638F; }

 p { color: rgb(222,99,143); }

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

background-color css

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

 a { background-color: rgb(222,99,143); }

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

border-color css

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

 span { border-color: rgb(222,99,143); }

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