Html Css Color HEX #DA6898 Pale Violet Red

📋 copy color: '#DA6898'

red 218 ◦ green 104 ◦ blue 152

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

Shades of Pale Violet Red #DA6898

Tints of Pale Violet Red #DA6898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.94%

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 45.99%
G = 21.94%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6898 (or 0xDA6898) is known color: Pale Violet Red. HEX triplet: DA, 68 and 98. RGB value is (218,104,152). Sum of RGB (Red+Green+Blue) = 218+104+152=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6898 is #259767. Grayscale: #8F8F8F. Windows color (decimal): -2463592 or 9988314. OLE color: 9988314.

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

Color convert

RGB 218 104 152 -
CMYK 0 0.52 0.30 0.15
HSL 334.74º 0.61% 0.63% -
HSV(B) 334.74º 0.52% 0.85% -
XYZ 39.53 27.07 32.85 -
YUV 143.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 218 104 152 0 0.52 0.30 0.15 334.74 0.61 0.63
Hex DA 68 98 0 34 1E F 14F 3D 3F
Octal 332 150 230 0 64 36 17 517 75 77
Binary 11011010 1101000 10011000 0 110100 11110 1111 101001111 111101 111111

Color Harmonies of #DA6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6898

Black with #DA6898

Text Example


Text Example

White with #DA6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6898; }

 p { color: rgb(218,104,152); }

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

background-color css

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

 a { background-color: rgb(218,104,152); }

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

border-color css

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

 span { border-color: rgb(218,104,152); }

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