Html Css Color HEX #D674A0 Pale Violet Red

📋 copy color: '#D674A0'

red 214 ◦ green 116 ◦ blue 160

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

Shades of Pale Violet Red #D674A0

Tints of Pale Violet Red #D674A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 43.67%
G = 23.67%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D674A0 (or 0xD674A0) is known color: Pale Violet Red. HEX triplet: D6, 74 and A0. RGB value is (214,116,160). Sum of RGB (Red+Green+Blue) = 214+116+160=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D674A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674A0 is #298B5F. Grayscale: #969696. Windows color (decimal): -2722656 or 10515670. OLE color: 10515670.

HSL color Cylindrical-coordinate representation of color #D674A0: hue angle of 333.06º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674A0 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 160 -
CMYK 0 0.46 0.25 0.16
HSL 333.06º 0.54% 0.65% -
HSV(B) 333.06º 0.46% 0.84% -
XYZ 40.32 29.32 36.79 -
YUV 150.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 214 116 160 0 0.46 0.25 0.16 333.06 0.54 0.65
Hex D6 74 A0 0 2E 19 10 14D 36 41
Octal 326 164 240 0 56 31 20 515 66 101
Binary 11010110 1110100 10100000 0 101110 11001 10000 101001101 110110 1000001

Color Harmonies of #D674A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674A0

Black with #D674A0

Text Example


Text Example

White with #D674A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674A0; }

 p { color: rgb(214,116,160); }

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

background-color css

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

 a { background-color: rgb(214,116,160); }

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

border-color css

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

 span { border-color: rgb(214,116,160); }

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