Html Css Color HEX #DE507B Cranberry

📋 copy color: '#DE507B'

red 222 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #DE507B

Tints of Cranberry #DE507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 52.24%
G = 18.82%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE507B (or 0xDE507B) is known color: Cranberry. HEX triplet: DE, 50 and 7B. RGB value is (222,80,123). Sum of RGB (Red+Green+Blue) = 222+80+123=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE507B is #21AF84. Grayscale: #7F7F7F. Windows color (decimal): -2207621 or 8081630. OLE color: 8081630.

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

Color convert

RGB 222 80 123 -
CMYK 0 0.64 0.45 0.13
HSL 341.83º 0.68% 0.59% -
HSV(B) 341.83º 0.64% 0.87% -
XYZ 36.57 22.7 21.19 -
YUV 127.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 222 80 123 0 0.64 0.45 0.13 341.83 0.68 0.59
Hex DE 50 7B 0 40 2D D 156 44 3B
Octal 336 120 173 0 100 55 15 526 104 73
Binary 11011110 1010000 1111011 0 1000000 101101 1101 101010110 1000100 111011

Color Harmonies of #DE507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE507B

Black with #DE507B

Text Example


Text Example

White with #DE507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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