Html Css Color HEX #DC7B98 Pale Violet Red

📋 copy color: '#DC7B98'

red 220 ◦ green 123 ◦ blue 152

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

Shades of Pale Violet Red #DC7B98

Tints of Pale Violet Red #DC7B98

RGB

 RED value IS 220 (86.33% from 255) = 44.44%

 GREEN value IS 123 (48.44% from 255) = 24.85%

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 44.44%
G = 24.85%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7B98 (or 0xDC7B98) is known color: Pale Violet Red. HEX triplet: DC, 7B and 98. RGB value is (220,123,152). Sum of RGB (Red+Green+Blue) = 220+123+152=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B98 is #238467. Grayscale: #9B9B9B. Windows color (decimal): -2327656 or 9993180. OLE color: 9993180.

HSL color Cylindrical-coordinate representation of color #DC7B98: hue angle of 342.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B98 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 152 -
CMYK 0 0.44 0.31 0.14
HSL 342.06º 0.58% 0.67% -
HSV(B) 342.06º 0.44% 0.86% -
XYZ 42.27 31.65 33.59 -
YUV 155.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 220 123 152 0 0.44 0.31 0.14 342.06 0.58 0.67
Hex DC 7B 98 0 2C 1F E 156 3A 43
Octal 334 173 230 0 54 37 16 526 72 103
Binary 11011100 1111011 10011000 0 101100 11111 1110 101010110 111010 1000011

Color Harmonies of #DC7B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B98

Black with #DC7B98

Text Example


Text Example

White with #DC7B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B98; }

 p { color: rgb(220,123,152); }

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

background-color css

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

 a { background-color: rgb(220,123,152); }

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

border-color css

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

 span { border-color: rgb(220,123,152); }

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