Html Css Color HEX #DA6297 Pale Violet Red

📋 copy color: '#DA6297'

red 218 ◦ green 98 ◦ blue 151

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

Shades of Pale Violet Red #DA6297

Tints of Pale Violet Red #DA6297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.33%

R = 46.68%
G = 20.99%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA6297 (or 0xDA6297) is known color: Pale Violet Red. HEX triplet: DA, 62 and 97. RGB value is (218,98,151). Sum of RGB (Red+Green+Blue) = 218+98+151=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6297 is #259D68. Grayscale: #8B8B8B. Windows color (decimal): -2465129 or 9921242. OLE color: 9921242.

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

Color convert

RGB 218 98 151 -
CMYK 0 0.55 0.31 0.15
HSL 333.5º 0.62% 0.62% -
HSV(B) 333.5º 0.55% 0.85% -
XYZ 38.87 25.88 32.22 -
YUV 139.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 218 98 151 0 0.55 0.31 0.15 333.5 0.62 0.62
Hex DA 62 97 0 37 1F F 14E 3E 3E
Octal 332 142 227 0 67 37 17 516 76 76
Binary 11011010 1100010 10010111 0 110111 11111 1111 101001110 111110 111110

Color Harmonies of #DA6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6297

Black with #DA6297

Text Example


Text Example

White with #DA6297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6297; }

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

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

background-color css

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

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

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

border-color css

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

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

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