Html Css Color HEX #D67098 Pale Violet Red

📋 copy color: '#D67098'

red 214 ◦ green 112 ◦ blue 152

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

Shades of Pale Violet Red #D67098

Tints of Pale Violet Red #D67098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 44.77%
G = 23.43%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67098 (or 0xD67098) is known color: Pale Violet Red. HEX triplet: D6, 70 and 98. RGB value is (214,112,152). Sum of RGB (Red+Green+Blue) = 214+112+152=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D67098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67098 is #298F67. Grayscale: #939393. Windows color (decimal): -2723688 or 9990358. OLE color: 9990358.

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

Color convert

RGB 214 112 152 -
CMYK 0 0.48 0.29 0.16
HSL 336.47º 0.55% 0.64% -
HSV(B) 336.47º 0.48% 0.84% -
XYZ 39.19 28.15 33.07 -
YUV 147.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 214 112 152 0 0.48 0.29 0.16 336.47 0.55 0.64
Hex D6 70 98 0 30 1D 10 150 37 40
Octal 326 160 230 0 60 35 20 520 67 100
Binary 11010110 1110000 10011000 0 110000 11101 10000 101010000 110111 1000000

Color Harmonies of #D67098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67098

Black with #D67098

Text Example


Text Example

White with #D67098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67098; }

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

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

background-color css

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

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

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

border-color css

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

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

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