Html Css Color HEX #DF769B Pale Violet Red

📋 copy color: '#DF769B'

red 223 ◦ green 118 ◦ blue 155

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

Shades of Pale Violet Red #DF769B

Tints of Pale Violet Red #DF769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 155 (60.94% from 255) = 31.25%

R = 44.96%
G = 23.79%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF769B (or 0xDF769B) is known color: Pale Violet Red. HEX triplet: DF, 76 and 9B. RGB value is (223,118,155). Sum of RGB (Red+Green+Blue) = 223+118+155=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF769B is #208964. Grayscale: #999999. Windows color (decimal): -2132325 or 10188511. OLE color: 10188511.

HSL color Cylindrical-coordinate representation of color #DF769B: hue angle of 338.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF769B is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 155 -
CMYK 0 0.47 0.30 0.13
HSL 338.86º 0.62% 0.67% -
HSV(B) 338.86º 0.47% 0.87% -
XYZ 42.83 31.01 34.74 -
YUV 153.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 223 118 155 0 0.47 0.30 0.13 338.86 0.62 0.67
Hex DF 76 9B 0 2F 1E D 153 3E 43
Octal 337 166 233 0 57 36 15 523 76 103
Binary 11011111 1110110 10011011 0 101111 11110 1101 101010011 111110 1000011

Color Harmonies of #DF769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF769B

Black with #DF769B

Text Example


Text Example

White with #DF769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF769B; }

 p { color: rgb(223,118,155); }

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

background-color css

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

 a { background-color: rgb(223,118,155); }

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

border-color css

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

 span { border-color: rgb(223,118,155); }

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