Html Css Color HEX #DC4A7A Cranberry

📋 copy color: '#DC4A7A'

red 220 ◦ green 74 ◦ blue 122

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

Shades of Cranberry #DC4A7A

Tints of Cranberry #DC4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

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

R = 52.88%
G = 17.79%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4A7A (or 0xDC4A7A) is known color: Cranberry. HEX triplet: DC, 4A and 7A. RGB value is (220,74,122). Sum of RGB (Red+Green+Blue) = 220+74+122=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A7A is #23B585. Grayscale: #7B7B7B. Windows color (decimal): -2340230 or 8014556. OLE color: 8014556.

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

Color convert

RGB 220 74 122 -
CMYK 0 0.66 0.45 0.14
HSL 340.27º 0.68% 0.58% -
HSV(B) 340.27º 0.66% 0.86% -
XYZ 35.48 21.52 20.7 -
YUV 123.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 220 74 122 0 0.66 0.45 0.14 340.27 0.68 0.58
Hex DC 4A 7A 0 42 2D E 154 44 3A
Octal 334 112 172 0 102 55 16 524 104 72
Binary 11011100 1001010 1111010 0 1000010 101101 1110 101010100 1000100 111010

Color Harmonies of #DC4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A7A

Black with #DC4A7A

Text Example


Text Example

White with #DC4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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