Html Css Color HEX #DE6B94 Pale Violet Red

📋 copy color: '#DE6B94'

red 222 ◦ green 107 ◦ blue 148

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

Shades of Pale Violet Red #DE6B94

Tints of Pale Violet Red #DE6B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.43%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 46.54%
G = 22.43%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE6B94 (or 0xDE6B94) is known color: Pale Violet Red. HEX triplet: DE, 6B and 94. RGB value is (222,107,148). Sum of RGB (Red+Green+Blue) = 222+107+148=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B94 is #21946B. Grayscale: #929292. Windows color (decimal): -2200684 or 9726942. OLE color: 9726942.

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

Color convert

RGB 222 107 148 -
CMYK 0 0.52 0.33 0.13
HSL 338.61º 0.64% 0.65% -
HSV(B) 338.61º 0.52% 0.87% -
XYZ 40.73 28.18 31.31 -
YUV 146.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 222 107 148 0 0.52 0.33 0.13 338.61 0.64 0.65
Hex DE 6B 94 0 34 21 D 153 40 41
Octal 336 153 224 0 64 41 15 523 100 101
Binary 11011110 1101011 10010100 0 110100 100001 1101 101010011 1000000 1000001

Color Harmonies of #DE6B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B94

Black with #DE6B94

Text Example


Text Example

White with #DE6B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B94; }

 p { color: rgb(222,107,148); }

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

background-color css

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

 a { background-color: rgb(222,107,148); }

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

border-color css

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

 span { border-color: rgb(222,107,148); }

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