Html Css Color HEX #DE507C Cranberry

📋 copy color: '#DE507C'

red 222 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #DE507C

Tints of Cranberry #DE507C

RGB

 RED value IS 222 (87.11% from 255) = 52.11%

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 52.11%
G = 18.78%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE507C (or 0xDE507C) is known color: Cranberry. HEX triplet: DE, 50 and 7C. RGB value is (222,80,124). Sum of RGB (Red+Green+Blue) = 222+80+124=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE507C is #21AF83. Grayscale: #7F7F7F. Windows color (decimal): -2207620 or 8147166. OLE color: 8147166.

HSL color Cylindrical-coordinate representation of color #DE507C: hue angle of 341.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE507C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 124 -
CMYK 0 0.64 0.44 0.13
HSL 341.41º 0.68% 0.59% -
HSV(B) 341.41º 0.64% 0.87% -
XYZ 36.63 22.72 21.52 -
YUV 127.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 222 80 124 0 0.64 0.44 0.13 341.41 0.68 0.59
Hex DE 50 7C 0 40 2C D 155 44 3B
Octal 336 120 174 0 100 54 15 525 104 73
Binary 11011110 1010000 1111100 0 1000000 101100 1101 101010101 1000100 111011

Color Harmonies of #DE507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE507C

Black with #DE507C

Text Example


Text Example

White with #DE507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE507C; }

 p { color: rgb(222,80,124); }

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

background-color css

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

 a { background-color: rgb(222,80,124); }

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

border-color css

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

 span { border-color: rgb(222,80,124); }

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