Html Css Color HEX #DA6598 Pale Violet Red

📋 copy color: '#DA6598'

red 218 ◦ green 101 ◦ blue 152

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

Shades of Pale Violet Red #DA6598

Tints of Pale Violet Red #DA6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 46.28%
G = 21.44%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6598 (or 0xDA6598) is known color: Pale Violet Red. HEX triplet: DA, 65 and 98. RGB value is (218,101,152). Sum of RGB (Red+Green+Blue) = 218+101+152=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6598 is #259A67. Grayscale: #8D8D8D. Windows color (decimal): -2464360 or 9987546. OLE color: 9987546.

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

Color convert

RGB 218 101 152 -
CMYK 0 0.54 0.30 0.15
HSL 333.85º 0.61% 0.63% -
HSV(B) 333.85º 0.54% 0.85% -
XYZ 39.23 26.48 32.75 -
YUV 141.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 218 101 152 0 0.54 0.30 0.15 333.85 0.61 0.63
Hex DA 65 98 0 36 1E F 14E 3D 3F
Octal 332 145 230 0 66 36 17 516 75 77
Binary 11011010 1100101 10011000 0 110110 11110 1111 101001110 111101 111111

Color Harmonies of #DA6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6598

Black with #DA6598

Text Example


Text Example

White with #DA6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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