Html Css Color HEX #DE629B Pale Violet Red

📋 copy color: '#DE629B'

red 222 ◦ green 98 ◦ blue 155

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

Shades of Pale Violet Red #DE629B

Tints of Pale Violet Red #DE629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.63%

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 46.74%
G = 20.63%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE629B (or 0xDE629B) is known color: Pale Violet Red. HEX triplet: DE, 62 and 9B. RGB value is (222,98,155). Sum of RGB (Red+Green+Blue) = 222+98+155=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE629B is #219D64. Grayscale: #8D8D8D. Windows color (decimal): -2202981 or 10183390. OLE color: 10183390.

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

Color convert

RGB 222 98 155 -
CMYK 0 0.56 0.30 0.13
HSL 332.42º 0.65% 0.63% -
HSV(B) 332.42º 0.56% 0.87% -
XYZ 40.41 26.63 34.02 -
YUV 141.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 222 98 155 0 0.56 0.30 0.13 332.42 0.65 0.63
Hex DE 62 9B 0 38 1E D 14C 41 3F
Octal 336 142 233 0 70 36 15 514 101 77
Binary 11011110 1100010 10011011 0 111000 11110 1101 101001100 1000001 111111

Color Harmonies of #DE629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE629B

Black with #DE629B

Text Example


Text Example

White with #DE629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE629B; }

 p { color: rgb(222,98,155); }

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

background-color css

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

 a { background-color: rgb(222,98,155); }

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

border-color css

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

 span { border-color: rgb(222,98,155); }

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