Html Css Color HEX #D67C9C Pale Violet Red

📋 copy color: '#D67C9C'

red 214 ◦ green 124 ◦ blue 156

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

Shades of Pale Violet Red #D67C9C

Tints of Pale Violet Red #D67C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 43.32%
G = 25.1%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D67C9C (or 0xD67C9C) is known color: Pale Violet Red. HEX triplet: D6, 7C and 9C. RGB value is (214,124,156). Sum of RGB (Red+Green+Blue) = 214+124+156=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C9C is #298363. Grayscale: #9A9A9A. Windows color (decimal): -2720612 or 10255574. OLE color: 10255574.

HSL color Cylindrical-coordinate representation of color #D67C9C: hue angle of 338.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 #D67C9C is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 156 -
CMYK 0 0.42 0.27 0.16
HSL 338.67º 0.52% 0.66% -
HSV(B) 338.67º 0.42% 0.84% -
XYZ 40.94 31.11 35.3 -
YUV 154.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 214 124 156 0 0.42 0.27 0.16 338.67 0.52 0.66
Hex D6 7C 9C 0 2A 1B 10 153 34 42
Octal 326 174 234 0 52 33 20 523 64 102
Binary 11010110 1111100 10011100 0 101010 11011 10000 101010011 110100 1000010

Color Harmonies of #D67C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C9C

Black with #D67C9C

Text Example


Text Example

White with #D67C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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