Html Css Color HEX #D7638C Pale Violet Red

📋 copy color: '#D7638C'

red 215 ◦ green 99 ◦ blue 140

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

Shades of Pale Violet Red #D7638C

Tints of Pale Violet Red #D7638C

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

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

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

R = 47.36%
G = 21.81%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7638C (or 0xD7638C) is known color: Pale Violet Red. HEX triplet: D7, 63 and 8C. RGB value is (215,99,140). Sum of RGB (Red+Green+Blue) = 215+99+140=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7638C is #289C73. Grayscale: #8A8A8A. Windows color (decimal): -2661492 or 9200599. OLE color: 9200599.

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

Color convert

RGB 215 99 140 -
CMYK 0 0.54 0.35 0.16
HSL 338.79º 0.59% 0.62% -
HSV(B) 338.79º 0.54% 0.84% -
XYZ 37.22 25.26 27.73 -
YUV 138.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 215 99 140 0 0.54 0.35 0.16 338.79 0.59 0.62
Hex D7 63 8C 0 36 23 10 153 3B 3E
Octal 327 143 214 0 66 43 20 523 73 76
Binary 11010111 1100011 10001100 0 110110 100011 10000 101010011 111011 111110

Color Harmonies of #D7638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7638C

Black with #D7638C

Text Example


Text Example

White with #D7638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7638C; }

 p { color: rgb(215,99,140); }

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

background-color css

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

 a { background-color: rgb(215,99,140); }

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

border-color css

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

 span { border-color: rgb(215,99,140); }

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