Html Css Color HEX #D67CA1 Pale Violet Red

📋 copy color: '#D67CA1'

red 214 ◦ green 124 ◦ blue 161

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

Shades of Pale Violet Red #D67CA1

Tints of Pale Violet Red #D67CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 42.89%
G = 24.85%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D67CA1 (or 0xD67CA1) is known color: Pale Violet Red. HEX triplet: D6, 7C and A1. RGB value is (214,124,161). Sum of RGB (Red+Green+Blue) = 214+124+161=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67CA1 is #29835E. Grayscale: #9B9B9B. Windows color (decimal): -2720607 or 10583254. OLE color: 10583254.

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

Color convert

RGB 214 124 161 -
CMYK 0 0.42 0.25 0.16
HSL 335.33º 0.52% 0.66% -
HSV(B) 335.33º 0.42% 0.84% -
XYZ 41.37 31.28 37.58 -
YUV 155.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 214 124 161 0 0.42 0.25 0.16 335.33 0.52 0.66
Hex D6 7C A1 0 2A 19 10 14F 34 42
Octal 326 174 241 0 52 31 20 517 64 102
Binary 11010110 1111100 10100001 0 101010 11001 10000 101001111 110100 1000010

Color Harmonies of #D67CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CA1

Black with #D67CA1

Text Example


Text Example

White with #D67CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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