Html Css Color HEX #D67C99 Pale Violet Red

📋 copy color: '#D67C99'

red 214 ◦ green 124 ◦ blue 153

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

Shades of Pale Violet Red #D67C99

Tints of Pale Violet Red #D67C99

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 43.58%
G = 25.25%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67C99 (or 0xD67C99) is known color: Pale Violet Red. HEX triplet: D6, 7C and 99. RGB value is (214,124,153). Sum of RGB (Red+Green+Blue) = 214+124+153=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C99 is #298366. Grayscale: #9A9A9A. Windows color (decimal): -2720615 or 10058966. OLE color: 10058966.

HSL color Cylindrical-coordinate representation of color #D67C99: hue angle of 340.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67C99 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 153 -
CMYK 0 0.42 0.29 0.16
HSL 340.67º 0.52% 0.66% -
HSV(B) 340.67º 0.42% 0.84% -
XYZ 40.69 31.01 33.98 -
YUV 154.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 214 124 153 0 0.42 0.29 0.16 340.67 0.52 0.66
Hex D6 7C 99 0 2A 1D 10 155 34 42
Octal 326 174 231 0 52 35 20 525 64 102
Binary 11010110 1111100 10011001 0 101010 11101 10000 101010101 110100 1000010

Color Harmonies of #D67C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C99

Black with #D67C99

Text Example


Text Example

White with #D67C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C99; }

 p { color: rgb(214,124,153); }

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

background-color css

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

 a { background-color: rgb(214,124,153); }

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

border-color css

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

 span { border-color: rgb(214,124,153); }

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