Html Css Color HEX #D66F98 Pale Violet Red

📋 copy color: '#D66F98'

red 214 ◦ green 111 ◦ blue 152

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

Shades of Pale Violet Red #D66F98

Tints of Pale Violet Red #D66F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

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

R = 44.86%
G = 23.27%
B = 31.87%

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

#D66F98 (or 0xD66F98) is known color: Pale Violet Red. HEX triplet: D6, 6F and 98. RGB value is (214,111,152). Sum of RGB (Red+Green+Blue) = 214+111+152=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F98 is #299067. Grayscale: #929292. Windows color (decimal): -2723944 or 9990102. OLE color: 9990102.

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

Color convert

RGB 214 111 152 -
CMYK 0 0.48 0.29 0.16
HSL 336.12º 0.56% 0.64% -
HSV(B) 336.12º 0.48% 0.84% -
XYZ 39.08 27.93 33.04 -
YUV 146.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 214 111 152 0 0.48 0.29 0.16 336.12 0.56 0.64
Hex D6 6F 98 0 30 1D 10 150 38 40
Octal 326 157 230 0 60 35 20 520 70 100
Binary 11010110 1101111 10011000 0 110000 11101 10000 101010000 111000 1000000

Color Harmonies of #D66F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F98

Black with #D66F98

Text Example


Text Example

White with #D66F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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