Html Css Color HEX #D67CA7 Pale Violet Red

📋 copy color: '#D67CA7'

red 214 ◦ green 124 ◦ blue 167

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

Shades of Pale Violet Red #D67CA7

Tints of Pale Violet Red #D67CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.07%

R = 42.38%
G = 24.55%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D67CA7 (or 0xD67CA7) is known color: Pale Violet Red. HEX triplet: D6, 7C and A7. RGB value is (214,124,167). Sum of RGB (Red+Green+Blue) = 214+124+167=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67CA7 is #298358. Grayscale: #9B9B9B. Windows color (decimal): -2720601 or 10976470. OLE color: 10976470.

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

Color convert

RGB 214 124 167 -
CMYK 0 0.42 0.22 0.16
HSL 331.33º 0.52% 0.66% -
HSV(B) 331.33º 0.42% 0.84% -
XYZ 41.91 31.5 40.43 -
YUV 155.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 214 124 167 0 0.42 0.22 0.16 331.33 0.52 0.66
Hex D6 7C A7 0 2A 16 10 14B 34 42
Octal 326 174 247 0 52 26 20 513 64 102
Binary 11010110 1111100 10100111 0 101010 10110 10000 101001011 110100 1000010

Color Harmonies of #D67CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CA7

Black with #D67CA7

Text Example


Text Example

White with #D67CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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