Html Css Color HEX #DA658C Pale Violet Red

📋 copy color: '#DA658C'

red 218 ◦ green 101 ◦ blue 140

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

Shades of Pale Violet Red #DA658C

Tints of Pale Violet Red #DA658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 47.49%
G = 22%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA658C (or 0xDA658C) is known color: Pale Violet Red. HEX triplet: DA, 65 and 8C. RGB value is (218,101,140). Sum of RGB (Red+Green+Blue) = 218+101+140=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA658C is #259A73. Grayscale: #8C8C8C. Windows color (decimal): -2464372 or 9201114. OLE color: 9201114.

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

Color convert

RGB 218 101 140 -
CMYK 0 0.54 0.36 0.15
HSL 340º 0.61% 0.63% -
HSV(B) 340º 0.54% 0.85% -
XYZ 38.3 26.11 27.83 -
YUV 140.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 218 101 140 0 0.54 0.36 0.15 340 0.61 0.63
Hex DA 65 8C 0 36 24 F 154 3D 3F
Octal 332 145 214 0 66 44 17 524 75 77
Binary 11011010 1100101 10001100 0 110110 100100 1111 101010100 111101 111111

Color Harmonies of #DA658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA658C

Black with #DA658C

Text Example


Text Example

White with #DA658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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