Html Css Color HEX #DE638D Pale Violet Red

📋 copy color: '#DE638D'

red 222 ◦ green 99 ◦ blue 141

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

Shades of Pale Violet Red #DE638D

Tints of Pale Violet Red #DE638D

RGB

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

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

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

R = 48.05%
G = 21.43%
B = 30.52%

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

#DE638D (or 0xDE638D) is known color: Pale Violet Red. HEX triplet: DE, 63 and 8D. RGB value is (222,99,141). Sum of RGB (Red+Green+Blue) = 222+99+141=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE638D is #219C72. Grayscale: #8C8C8C. Windows color (decimal): -2202739 or 9266142. OLE color: 9266142.

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

Color convert

RGB 222 99 141 -
CMYK 0 0.55 0.36 0.13
HSL 339.51º 0.65% 0.63% -
HSV(B) 339.51º 0.55% 0.87% -
XYZ 39.39 26.38 28.21 -
YUV 140.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 222 99 141 0 0.55 0.36 0.13 339.51 0.65 0.63
Hex DE 63 8D 0 37 24 D 154 41 3F
Octal 336 143 215 0 67 44 15 524 101 77
Binary 11011110 1100011 10001101 0 110111 100100 1101 101010100 1000001 111111

Color Harmonies of #DE638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE638D

Black with #DE638D

Text Example


Text Example

White with #DE638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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