Html Css Color HEX #DA628C Pale Violet Red

📋 copy color: '#DA628C'

red 218 ◦ green 98 ◦ blue 140

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

Shades of Pale Violet Red #DA628C

Tints of Pale Violet Red #DA628C

RGB

 RED value IS 218 (85.55% from 255) = 47.81%

 GREEN value IS 98 (38.67% from 255) = 21.49%

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

R = 47.81%
G = 21.49%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA628C (or 0xDA628C) is known color: Pale Violet Red. HEX triplet: DA, 62 and 8C. RGB value is (218,98,140). Sum of RGB (Red+Green+Blue) = 218+98+140=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA628C is #259D73. Grayscale: #8A8A8A. Windows color (decimal): -2465140 or 9200346. OLE color: 9200346.

HSL color Cylindrical-coordinate representation of color #DA628C: hue angle of 339º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA628C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 140 -
CMYK 0 0.55 0.36 0.15
HSL 339º 0.62% 0.62% -
HSV(B) 339º 0.55% 0.85% -
XYZ 38.01 25.53 27.74 -
YUV 138.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 218 98 140 0 0.55 0.36 0.15 339 0.62 0.62
Hex DA 62 8C 0 37 24 F 153 3E 3E
Octal 332 142 214 0 67 44 17 523 76 76
Binary 11011010 1100010 10001100 0 110111 100100 1111 101010011 111110 111110

Color Harmonies of #DA628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA628C

Black with #DA628C

Text Example


Text Example

White with #DA628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA628C; }

 p { color: rgb(218,98,140); }

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

background-color css

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

 a { background-color: rgb(218,98,140); }

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

border-color css

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

 span { border-color: rgb(218,98,140); }

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