Html Css Color HEX #DF6BA5 Pale Violet Red

📋 copy color: '#DF6BA5'

red 223 ◦ green 107 ◦ blue 165

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

Shades of Pale Violet Red #DF6BA5

Tints of Pale Violet Red #DF6BA5

RGB

 RED value IS 223 (87.5% from 255) = 45.05%

 GREEN value IS 107 (42.19% from 255) = 21.62%

 BLUE value IS 165 (64.84% from 255) = 33.33%

R = 45.05%
G = 21.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF6BA5 (or 0xDF6BA5) is known color: Pale Violet Red. HEX triplet: DF, 6B and A5. RGB value is (223,107,165). Sum of RGB (Red+Green+Blue) = 223+107+165=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA5 is #20945A. Grayscale: #949494. Windows color (decimal): -2135131 or 10841055. OLE color: 10841055.

HSL color Cylindrical-coordinate representation of color #DF6BA5: hue angle of 330º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6BA5 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 107 165 -
CMYK 0 0.52 0.26 0.13
HSL 330º 0.64% 0.65% -
HSV(B) 330º 0.52% 0.87% -
XYZ 42.48 28.92 38.94 -
YUV 148.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 223 107 165 0 0.52 0.26 0.13 330 0.64 0.65
Hex DF 6B A5 0 34 1A D 14A 40 41
Octal 337 153 245 0 64 32 15 512 100 101
Binary 11011111 1101011 10100101 0 110100 11010 1101 101001010 1000000 1000001

Color Harmonies of #DF6BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BA5

Black with #DF6BA5

Text Example


Text Example

White with #DF6BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BA5; }

 p { color: rgb(223,107,165); }

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

background-color css

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

 a { background-color: rgb(223,107,165); }

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

border-color css

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

 span { border-color: rgb(223,107,165); }

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