Html Css Color HEX #D67D98 Pale Violet Red

📋 copy color: '#D67D98'

red 214 ◦ green 125 ◦ blue 152

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

Shades of Pale Violet Red #D67D98

Tints of Pale Violet Red #D67D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.46%

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 43.58%
G = 25.46%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67D98 (or 0xD67D98) is known color: Pale Violet Red. HEX triplet: D6, 7D and 98. RGB value is (214,125,152). Sum of RGB (Red+Green+Blue) = 214+125+152=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D98 is #298267. Grayscale: #9A9A9A. Windows color (decimal): -2720360 or 9993686. OLE color: 9993686.

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

Color convert

RGB 214 125 152 -
CMYK 0 0.42 0.29 0.16
HSL 341.8º 0.52% 0.66% -
HSV(B) 341.8º 0.42% 0.84% -
XYZ 40.73 31.23 33.59 -
YUV 154.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 214 125 152 0 0.42 0.29 0.16 341.8 0.52 0.66
Hex D6 7D 98 0 2A 1D 10 156 34 42
Octal 326 175 230 0 52 35 20 526 64 102
Binary 11010110 1111101 10011000 0 101010 11101 10000 101010110 110100 1000010

Color Harmonies of #D67D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D98

Black with #D67D98

Text Example


Text Example

White with #D67D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D98; }

 p { color: rgb(214,125,152); }

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

background-color css

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

 a { background-color: rgb(214,125,152); }

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

border-color css

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

 span { border-color: rgb(214,125,152); }

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