Html Css Color HEX #DA628D Pale Violet Red

📋 copy color: '#DA628D'

red 218 ◦ green 98 ◦ blue 141

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

Shades of Pale Violet Red #DA628D

Tints of Pale Violet Red #DA628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 47.7%
G = 21.44%
B = 30.85%

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

#DA628D (or 0xDA628D) is known color: Pale Violet Red. HEX triplet: DA, 62 and 8D. RGB value is (218,98,141). Sum of RGB (Red+Green+Blue) = 218+98+141=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA628D is #259D72. Grayscale: #8A8A8A. Windows color (decimal): -2465139 or 9265882. OLE color: 9265882.

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

Color convert

RGB 218 98 141 -
CMYK 0 0.55 0.35 0.15
HSL 338.5º 0.62% 0.62% -
HSV(B) 338.5º 0.55% 0.85% -
XYZ 38.09 25.56 28.13 -
YUV 138.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 218 98 141 0 0.55 0.35 0.15 338.5 0.62 0.62
Hex DA 62 8D 0 37 23 F 152 3E 3E
Octal 332 142 215 0 67 43 17 522 76 76
Binary 11011010 1100010 10001101 0 110111 100011 1111 101010010 111110 111110

Color Harmonies of #DA628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA628D

Black with #DA628D

Text Example


Text Example

White with #DA628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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