Html Css Color HEX #D6638A Pale Violet Red

📋 copy color: '#D6638A'

red 214 ◦ green 99 ◦ blue 138

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

Shades of Pale Violet Red #D6638A

Tints of Pale Violet Red #D6638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.95%

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

R = 47.45%
G = 21.95%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6638A (or 0xD6638A) is known color: Pale Violet Red. HEX triplet: D6, 63 and 8A. RGB value is (214,99,138). Sum of RGB (Red+Green+Blue) = 214+99+138=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6638A is #299C75. Grayscale: #898989. Windows color (decimal): -2727030 or 9069526. OLE color: 9069526.

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

Color convert

RGB 214 99 138 -
CMYK 0 0.54 0.36 0.16
HSL 339.65º 0.58% 0.61% -
HSV(B) 339.65º 0.54% 0.84% -
XYZ 36.78 25.05 26.94 -
YUV 137.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 214 99 138 0 0.54 0.36 0.16 339.65 0.58 0.61
Hex D6 63 8A 0 36 24 10 154 3A 3D
Octal 326 143 212 0 66 44 20 524 72 75
Binary 11010110 1100011 10001010 0 110110 100100 10000 101010100 111010 111101

Color Harmonies of #D6638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6638A

Black with #D6638A

Text Example


Text Example

White with #D6638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6638A; }

 p { color: rgb(214,99,138); }

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

background-color css

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

 a { background-color: rgb(214,99,138); }

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

border-color css

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

 span { border-color: rgb(214,99,138); }

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