Html Css Color HEX #D6668C Pale Violet Red

📋 copy color: '#D6668C'

red 214 ◦ green 102 ◦ blue 140

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

Shades of Pale Violet Red #D6668C

Tints of Pale Violet Red #D6668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 46.93%
G = 22.37%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6668C (or 0xD6668C) is known color: Pale Violet Red. HEX triplet: D6, 66 and 8C. RGB value is (214,102,140). Sum of RGB (Red+Green+Blue) = 214+102+140=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6668C is #299973. Grayscale: #8B8B8B. Windows color (decimal): -2726260 or 9201366. OLE color: 9201366.

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

Color convert

RGB 214 102 140 -
CMYK 0 0.52 0.35 0.16
HSL 339.64º 0.58% 0.62% -
HSV(B) 339.64º 0.52% 0.84% -
XYZ 37.22 25.69 27.81 -
YUV 139.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 214 102 140 0 0.52 0.35 0.16 339.64 0.58 0.62
Hex D6 66 8C 0 34 23 10 154 3A 3E
Octal 326 146 214 0 64 43 20 524 72 76
Binary 11010110 1100110 10001100 0 110100 100011 10000 101010100 111010 111110

Color Harmonies of #D6668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6668C

Black with #D6668C

Text Example


Text Example

White with #D6668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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