Html Css Color HEX #D6668E Pale Violet Red

📋 copy color: '#D6668E'

red 214 ◦ green 102 ◦ blue 142

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

Shades of Pale Violet Red #D6668E

Tints of Pale Violet Red #D6668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.27%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 46.72%
G = 22.27%
B = 31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6668E (or 0xD6668E) is known color: Pale Violet Red. HEX triplet: D6, 66 and 8E. RGB value is (214,102,142). Sum of RGB (Red+Green+Blue) = 214+102+142=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6668E is #299971. Grayscale: #8C8C8C. Windows color (decimal): -2726258 or 9332438. OLE color: 9332438.

HSL color Cylindrical-coordinate representation of color #D6668E: hue angle of 338.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6668E is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 142 -
CMYK 0 0.52 0.34 0.16
HSL 338.57º 0.58% 0.62% -
HSV(B) 338.57º 0.52% 0.84% -
XYZ 37.37 25.75 28.59 -
YUV 140.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 214 102 142 0 0.52 0.34 0.16 338.57 0.58 0.62
Hex D6 66 8E 0 34 22 10 153 3A 3E
Octal 326 146 216 0 64 42 20 523 72 76
Binary 11010110 1100110 10001110 0 110100 100010 10000 101010011 111010 111110

Color Harmonies of #D6668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6668E

Black with #D6668E

Text Example


Text Example

White with #D6668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6668E; }

 p { color: rgb(214,102,142); }

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

background-color css

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

 a { background-color: rgb(214,102,142); }

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

border-color css

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

 span { border-color: rgb(214,102,142); }

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