Html Css Color HEX #DE6C9D Pale Violet Red

📋 copy color: '#DE6C9D'

red 222 ◦ green 108 ◦ blue 157

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

Shades of Pale Violet Red #DE6C9D

Tints of Pale Violet Red #DE6C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 157 (61.72% from 255) = 32.24%

R = 45.59%
G = 22.18%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE6C9D (or 0xDE6C9D) is known color: Pale Violet Red. HEX triplet: DE, 6C and 9D. RGB value is (222,108,157). Sum of RGB (Red+Green+Blue) = 222+108+157=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6C9D is #219362. Grayscale: #939393. Windows color (decimal): -2200419 or 10317022. OLE color: 10317022.

HSL color Cylindrical-coordinate representation of color #DE6C9D: hue angle of 334.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6C9D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 108 157 -
CMYK 0 0.51 0.29 0.13
HSL 334.21º 0.63% 0.65% -
HSV(B) 334.21º 0.51% 0.87% -
XYZ 41.57 28.69 35.24 -
YUV 147.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 222 108 157 0 0.51 0.29 0.13 334.21 0.63 0.65
Hex DE 6C 9D 0 33 1D D 14E 3F 41
Octal 336 154 235 0 63 35 15 516 77 101
Binary 11011110 1101100 10011101 0 110011 11101 1101 101001110 111111 1000001

Color Harmonies of #DE6C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C9D

Black with #DE6C9D

Text Example


Text Example

White with #DE6C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C9D; }

 p { color: rgb(222,108,157); }

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

background-color css

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

 a { background-color: rgb(222,108,157); }

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

border-color css

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

 span { border-color: rgb(222,108,157); }

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