Html Css Color HEX #DE507E Cranberry

📋 copy color: '#DE507E'

red 222 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #DE507E

Tints of Cranberry #DE507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 51.87%
G = 18.69%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE507E (or 0xDE507E) is known color: Cranberry. HEX triplet: DE, 50 and 7E. RGB value is (222,80,126). Sum of RGB (Red+Green+Blue) = 222+80+126=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE507E is #21AF81. Grayscale: #7F7F7F. Windows color (decimal): -2207618 or 8278238. OLE color: 8278238.

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

Color convert

RGB 222 80 126 -
CMYK 0 0.64 0.43 0.13
HSL 340.56º 0.68% 0.59% -
HSV(B) 340.56º 0.64% 0.87% -
XYZ 36.76 22.77 22.2 -
YUV 127.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 222 80 126 0 0.64 0.43 0.13 340.56 0.68 0.59
Hex DE 50 7E 0 40 2B D 155 44 3B
Octal 336 120 176 0 100 53 15 525 104 73
Binary 11011110 1010000 1111110 0 1000000 101011 1101 101010101 1000100 111011

Color Harmonies of #DE507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE507E

Black with #DE507E

Text Example


Text Example

White with #DE507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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