Html Css Color HEX #DC527F Cranberry

📋 copy color: '#DC527F'

red 220 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #DC527F

Tints of Cranberry #DC527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 51.28%
G = 19.11%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC527F (or 0xDC527F) is known color: Cranberry. HEX triplet: DC, 52 and 7F. RGB value is (220,82,127). Sum of RGB (Red+Green+Blue) = 220+82+127=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC527F is #23AD80. Grayscale: #808080. Windows color (decimal): -2338177 or 8344284. OLE color: 8344284.

HSL color Cylindrical-coordinate representation of color #DC527F: hue angle of 340.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC527F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 127 -
CMYK 0 0.63 0.42 0.14
HSL 340.43º 0.66% 0.59% -
HSV(B) 340.43º 0.63% 0.86% -
XYZ 36.36 22.78 22.56 -
YUV 128.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 220 82 127 0 0.63 0.42 0.14 340.43 0.66 0.59
Hex DC 52 7F 0 3F 2A E 154 42 3B
Octal 334 122 177 0 77 52 16 524 102 73
Binary 11011100 1010010 1111111 0 111111 101010 1110 101010100 1000010 111011

Color Harmonies of #DC527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC527F

Black with #DC527F

Text Example


Text Example

White with #DC527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC527F; }

 p { color: rgb(220,82,127); }

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

background-color css

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

 a { background-color: rgb(220,82,127); }

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

border-color css

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

 span { border-color: rgb(220,82,127); }

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