Html Css Color HEX #D6728F Pale Violet Red

📋 copy color: '#D6728F'

red 214 ◦ green 114 ◦ blue 143

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

Shades of Pale Violet Red #D6728F

Tints of Pale Violet Red #D6728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 45.44%
G = 24.2%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6728F (or 0xD6728F) is known color: Pale Violet Red. HEX triplet: D6, 72 and 8F. RGB value is (214,114,143). Sum of RGB (Red+Green+Blue) = 214+114+143=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6728F is #298D70. Grayscale: #939393. Windows color (decimal): -2723185 or 9401046. OLE color: 9401046.

HSL color Cylindrical-coordinate representation of color #D6728F: hue angle of 342.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6728F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 143 -
CMYK 0 0.47 0.33 0.16
HSL 342.6º 0.55% 0.64% -
HSV(B) 342.6º 0.47% 0.84% -
XYZ 38.71 28.31 29.41 -
YUV 147.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 214 114 143 0 0.47 0.33 0.16 342.6 0.55 0.64
Hex D6 72 8F 0 2F 21 10 157 37 40
Octal 326 162 217 0 57 41 20 527 67 100
Binary 11010110 1110010 10001111 0 101111 100001 10000 101010111 110111 1000000

Color Harmonies of #D6728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6728F

Black with #D6728F

Text Example


Text Example

White with #D6728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6728F; }

 p { color: rgb(214,114,143); }

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

background-color css

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

 a { background-color: rgb(214,114,143); }

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

border-color css

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

 span { border-color: rgb(214,114,143); }

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