Html Css Color HEX #DA648E Pale Violet Red

📋 copy color: '#DA648E'

red 218 ◦ green 100 ◦ blue 142

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

Shades of Pale Violet Red #DA648E

Tints of Pale Violet Red #DA648E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

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

R = 47.39%
G = 21.74%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA648E (or 0xDA648E) is known color: Pale Violet Red. HEX triplet: DA, 64 and 8E. RGB value is (218,100,142). Sum of RGB (Red+Green+Blue) = 218+100+142=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA648E is #259B71. Grayscale: #8C8C8C. Windows color (decimal): -2464626 or 9331930. OLE color: 9331930.

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

Color convert

RGB 218 100 142 -
CMYK 0 0.54 0.35 0.15
HSL 338.64º 0.61% 0.62% -
HSV(B) 338.64º 0.54% 0.85% -
XYZ 38.35 25.97 28.58 -
YUV 140.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 218 100 142 0 0.54 0.35 0.15 338.64 0.61 0.62
Hex DA 64 8E 0 36 23 F 153 3D 3E
Octal 332 144 216 0 66 43 17 523 75 76
Binary 11011010 1100100 10001110 0 110110 100011 1111 101010011 111101 111110

Color Harmonies of #DA648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA648E

Black with #DA648E

Text Example


Text Example

White with #DA648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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