Html Css Color HEX #DA6291 Pale Violet Red

📋 copy color: '#DA6291'

red 218 ◦ green 98 ◦ blue 145

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

Shades of Pale Violet Red #DA6291

Tints of Pale Violet Red #DA6291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 47.29%
G = 21.26%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6291 (or 0xDA6291) is known color: Pale Violet Red. HEX triplet: DA, 62 and 91. RGB value is (218,98,145). Sum of RGB (Red+Green+Blue) = 218+98+145=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6291 is #259D6E. Grayscale: #8B8B8B. Windows color (decimal): -2465135 or 9528026. OLE color: 9528026.

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

Color convert

RGB 218 98 145 -
CMYK 0 0.55 0.33 0.15
HSL 336.5º 0.62% 0.62% -
HSV(B) 336.5º 0.55% 0.85% -
XYZ 38.39 25.69 29.72 -
YUV 139.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 218 98 145 0 0.55 0.33 0.15 336.5 0.62 0.62
Hex DA 62 91 0 37 21 F 150 3E 3E
Octal 332 142 221 0 67 41 17 520 76 76
Binary 11011010 1100010 10010001 0 110111 100001 1111 101010000 111110 111110

Color Harmonies of #DA6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6291

Black with #DA6291

Text Example


Text Example

White with #DA6291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6291; }

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

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

background-color css

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

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

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

border-color css

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

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

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