Html Css Color HEX #D5668B Pale Violet Red

📋 copy color: '#D5668B'

red 213 ◦ green 102 ◦ blue 139

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

Shades of Pale Violet Red #D5668B

Tints of Pale Violet Red #D5668B

RGB

 RED value IS 213 (83.59% from 255) = 46.92%

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 46.92%
G = 22.47%
B = 30.62%

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

#D5668B (or 0xD5668B) is known color: Pale Violet Red. HEX triplet: D5, 66 and 8B. RGB value is (213,102,139). Sum of RGB (Red+Green+Blue) = 213+102+139=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5668B is #2A9974. Grayscale: #8B8B8B. Windows color (decimal): -2791797 or 9135829. OLE color: 9135829.

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

Color convert

RGB 213 102 139 -
CMYK 0 0.52 0.35 0.16
HSL 340º 0.57% 0.62% -
HSV(B) 340º 0.52% 0.84% -
XYZ 36.85 25.51 27.41 -
YUV 139.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 213 102 139 0 0.52 0.35 0.16 340 0.57 0.62
Hex D5 66 8B 0 34 23 10 154 39 3E
Octal 325 146 213 0 64 43 20 524 71 76
Binary 11010101 1100110 10001011 0 110100 100011 10000 101010100 111001 111110

Color Harmonies of #D5668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5668B

Black with #D5668B

Text Example


Text Example

White with #D5668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5668B; }

 p { color: rgb(213,102,139); }

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

background-color css

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

 a { background-color: rgb(213,102,139); }

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

border-color css

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

 span { border-color: rgb(213,102,139); }

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