Html Css Color HEX #DA6298 Pale Violet Red

📋 copy color: '#DA6298'

red 218 ◦ green 98 ◦ blue 152

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

Shades of Pale Violet Red #DA6298

Tints of Pale Violet Red #DA6298

RGB

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

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

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

R = 46.58%
G = 20.94%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6298 (or 0xDA6298) is known color: Pale Violet Red. HEX triplet: DA, 62 and 98. RGB value is (218,98,152). Sum of RGB (Red+Green+Blue) = 218+98+152=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6298 is #259D67. Grayscale: #8B8B8B. Windows color (decimal): -2465128 or 9986778. OLE color: 9986778.

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

Color convert

RGB 218 98 152 -
CMYK 0 0.55 0.30 0.15
HSL 333º 0.62% 0.62% -
HSV(B) 333º 0.55% 0.85% -
XYZ 38.95 25.91 32.65 -
YUV 140.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 218 98 152 0 0.55 0.30 0.15 333 0.62 0.62
Hex DA 62 98 0 37 1E F 14D 3E 3E
Octal 332 142 230 0 67 36 17 515 76 76
Binary 11011010 1100010 10011000 0 110111 11110 1111 101001101 111110 111110

Color Harmonies of #DA6298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6298

Black with #DA6298

Text Example


Text Example

White with #DA6298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6298; }

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

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

background-color css

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

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

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

border-color css

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

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

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