Html Css Color HEX #D67498 Pale Violet Red

📋 copy color: '#D67498'

red 214 ◦ green 116 ◦ blue 152

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

Shades of Pale Violet Red #D67498

Tints of Pale Violet Red #D67498

RGB

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

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

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

R = 44.4%
G = 24.07%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67498 (or 0xD67498) is known color: Pale Violet Red. HEX triplet: D6, 74 and 98. RGB value is (214,116,152). Sum of RGB (Red+Green+Blue) = 214+116+152=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D67498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67498 is #298B67. Grayscale: #959595. Windows color (decimal): -2722664 or 9991382. OLE color: 9991382.

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

Color convert

RGB 214 116 152 -
CMYK 0 0.46 0.29 0.16
HSL 337.96º 0.54% 0.65% -
HSV(B) 337.96º 0.46% 0.84% -
XYZ 39.64 29.05 33.22 -
YUV 149.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 214 116 152 0 0.46 0.29 0.16 337.96 0.54 0.65
Hex D6 74 98 0 2E 1D 10 152 36 41
Octal 326 164 230 0 56 35 20 522 66 101
Binary 11010110 1110100 10011000 0 101110 11101 10000 101010010 110110 1000001

Color Harmonies of #D67498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67498

Black with #D67498

Text Example


Text Example

White with #D67498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67498; }

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

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

background-color css

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

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

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

border-color css

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

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

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