Html Css Color HEX #DE517E Cranberry

📋 copy color: '#DE517E'

red 222 ◦ green 81 ◦ blue 126

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

Shades of Cranberry #DE517E

Tints of Cranberry #DE517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

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

R = 51.75%
G = 18.88%
B = 29.37%

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

#DE517E (or 0xDE517E) is known color: Cranberry. HEX triplet: DE, 51 and 7E. RGB value is (222,81,126). Sum of RGB (Red+Green+Blue) = 222+81+126=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE517E is #21AE81. Grayscale: #808080. Windows color (decimal): -2207362 or 8278494. OLE color: 8278494.

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

Color convert

RGB 222 81 126 -
CMYK 0 0.64 0.43 0.13
HSL 340.85º 0.68% 0.59% -
HSV(B) 340.85º 0.64% 0.87% -
XYZ 36.83 22.92 22.22 -
YUV 128.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 222 81 126 0 0.64 0.43 0.13 340.85 0.68 0.59
Hex DE 51 7E 0 40 2B D 155 44 3B
Octal 336 121 176 0 100 53 15 525 104 73
Binary 11011110 1010001 1111110 0 1000000 101011 1101 101010101 1000100 111011

Color Harmonies of #DE517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE517E

Black with #DE517E

Text Example


Text Example

White with #DE517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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