Html Css Color HEX #DC527A Cranberry

📋 copy color: '#DC527A'

red 220 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #DC527A

Tints of Cranberry #DC527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 51.89%
G = 19.34%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC527A (or 0xDC527A) is known color: Cranberry. HEX triplet: DC, 52 and 7A. RGB value is (220,82,122). Sum of RGB (Red+Green+Blue) = 220+82+122=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC527A is #23AD85. Grayscale: #7F7F7F. Windows color (decimal): -2338182 or 8016604. OLE color: 8016604.

HSL color Cylindrical-coordinate representation of color #DC527A: hue angle of 342.61º 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 #DC527A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 122 -
CMYK 0 0.63 0.45 0.14
HSL 342.61º 0.66% 0.59% -
HSV(B) 342.61º 0.63% 0.86% -
XYZ 36.05 22.66 20.89 -
YUV 127.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 220 82 122 0 0.63 0.45 0.14 342.61 0.66 0.59
Hex DC 52 7A 0 3F 2D E 157 42 3B
Octal 334 122 172 0 77 55 16 527 102 73
Binary 11011100 1010010 1111010 0 111111 101101 1110 101010111 1000010 111011

Color Harmonies of #DC527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC527A

Black with #DC527A

Text Example


Text Example

White with #DC527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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