Html Css Color HEX #DE507D Cranberry

📋 copy color: '#DE507D'

red 222 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #DE507D

Tints of Cranberry #DE507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 51.99%
G = 18.74%
B = 29.27%

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

#DE507D (or 0xDE507D) is known color: Cranberry. HEX triplet: DE, 50 and 7D. RGB value is (222,80,125). Sum of RGB (Red+Green+Blue) = 222+80+125=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE507D is #21AF82. Grayscale: #7F7F7F. Windows color (decimal): -2207619 or 8212702. OLE color: 8212702.

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

Color convert

RGB 222 80 125 -
CMYK 0 0.64 0.44 0.13
HSL 340.99º 0.68% 0.59% -
HSV(B) 340.99º 0.64% 0.87% -
XYZ 36.69 22.75 21.86 -
YUV 127.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 222 80 125 0 0.64 0.44 0.13 340.99 0.68 0.59
Hex DE 50 7D 0 40 2C D 155 44 3B
Octal 336 120 175 0 100 54 15 525 104 73
Binary 11011110 1010000 1111101 0 1000000 101100 1101 101010101 1000100 111011

Color Harmonies of #DE507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE507D

Black with #DE507D

Text Example


Text Example

White with #DE507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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