Html Css Color HEX #DA628E Pale Violet Red

📋 copy color: '#DA628E'

red 218 ◦ green 98 ◦ blue 142

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

Shades of Pale Violet Red #DA628E

Tints of Pale Violet Red #DA628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 47.6%
G = 21.4%
B = 31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA628E (or 0xDA628E) is known color: Pale Violet Red. HEX triplet: DA, 62 and 8E. RGB value is (218,98,142). Sum of RGB (Red+Green+Blue) = 218+98+142=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA628E is #259D71. Grayscale: #8A8A8A. Windows color (decimal): -2465138 or 9331418. OLE color: 9331418.

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

Color convert

RGB 218 98 142 -
CMYK 0 0.55 0.35 0.15
HSL 338º 0.62% 0.62% -
HSV(B) 338º 0.55% 0.85% -
XYZ 38.16 25.59 28.52 -
YUV 138.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 218 98 142 0 0.55 0.35 0.15 338 0.62 0.62
Hex DA 62 8E 0 37 23 F 152 3E 3E
Octal 332 142 216 0 67 43 17 522 76 76
Binary 11011010 1100010 10001110 0 110111 100011 1111 101010010 111110 111110

Color Harmonies of #DA628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA628E

Black with #DA628E

Text Example


Text Example

White with #DA628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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