Html Css Color HEX #D5668A Pale Violet Red

📋 copy color: '#D5668A'

red 213 ◦ green 102 ◦ blue 138

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

Shades of Pale Violet Red #D5668A

Tints of Pale Violet Red #D5668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 47.02%
G = 22.52%
B = 30.46%

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

#D5668A (or 0xD5668A) is known color: Pale Violet Red. HEX triplet: D5, 66 and 8A. RGB value is (213,102,138). Sum of RGB (Red+Green+Blue) = 213+102+138=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5668A is #2A9975. Grayscale: #8B8B8B. Windows color (decimal): -2791798 or 9070293. OLE color: 9070293.

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

Color convert

RGB 213 102 138 -
CMYK 0 0.52 0.35 0.16
HSL 340.54º 0.57% 0.62% -
HSV(B) 340.54º 0.52% 0.84% -
XYZ 36.78 25.48 27.03 -
YUV 139.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 213 102 138 0 0.52 0.35 0.16 340.54 0.57 0.62
Hex D5 66 8A 0 34 23 10 155 39 3E
Octal 325 146 212 0 64 43 20 525 71 76
Binary 11010101 1100110 10001010 0 110100 100011 10000 101010101 111001 111110

Color Harmonies of #D5668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5668A

Black with #D5668A

Text Example


Text Example

White with #D5668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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