Html Css Color HEX #DE7BA5 Pale Violet Red

📋 copy color: '#DE7BA5'

red 222 ◦ green 123 ◦ blue 165

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

Shades of Pale Violet Red #DE7BA5

Tints of Pale Violet Red #DE7BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.12%

 BLUE value IS 165 (64.84% from 255) = 32.35%

R = 43.53%
G = 24.12%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE7BA5 (or 0xDE7BA5) is known color: Pale Violet Red. HEX triplet: DE, 7B and A5. RGB value is (222,123,165). Sum of RGB (Red+Green+Blue) = 222+123+165=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7BA5 is #21845A. Grayscale: #9D9D9D. Windows color (decimal): -2196571 or 10845150. OLE color: 10845150.

HSL color Cylindrical-coordinate representation of color #DE7BA5: hue angle of 334.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BA5 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 123 165 -
CMYK 0 0.45 0.26 0.13
HSL 334.55º 0.6% 0.68% -
HSV(B) 334.55º 0.45% 0.87% -
XYZ 44 32.41 39.53 -
YUV 157.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 222 123 165 0 0.45 0.26 0.13 334.55 0.6 0.68
Hex DE 7B A5 0 2D 1A D 14F 3C 44
Octal 336 173 245 0 55 32 15 517 74 104
Binary 11011110 1111011 10100101 0 101101 11010 1101 101001111 111100 1000100

Color Harmonies of #DE7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BA5

Black with #DE7BA5

Text Example


Text Example

White with #DE7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BA5; }

 p { color: rgb(222,123,165); }

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

background-color css

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

 a { background-color: rgb(222,123,165); }

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

border-color css

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

 span { border-color: rgb(222,123,165); }

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