Html Css Color HEX #DE5875 Cranberry

📋 copy color: '#DE5875'

red 222 ◦ green 88 ◦ blue 117

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

Shades of Cranberry #DE5875

Tints of Cranberry #DE5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.61%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 51.99%
G = 20.61%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE5875 (or 0xDE5875) is known color: Cranberry. HEX triplet: DE, 58 and 75. RGB value is (222,88,117). Sum of RGB (Red+Green+Blue) = 222+88+117=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5875 is #21A78A. Grayscale: #838383. Windows color (decimal): -2205579 or 7690462. OLE color: 7690462.

HSL color Cylindrical-coordinate representation of color #DE5875: hue angle of 347.01º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5875 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 88 117 -
CMYK 0 0.60 0.47 0.13
HSL 347.01º 0.67% 0.61% -
HSV(B) 347.01º 0.6% 0.87% -
XYZ 36.82 23.79 19.48 -
YUV 131.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 222 88 117 0 0.60 0.47 0.13 347.01 0.67 0.61
Hex DE 58 75 0 3C 2F D 15B 43 3D
Octal 336 130 165 0 74 57 15 533 103 75
Binary 11011110 1011000 1110101 0 111100 101111 1101 101011011 1000011 111101

Color Harmonies of #DE5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5875

Black with #DE5875

Text Example


Text Example

White with #DE5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5875; }

 p { color: rgb(222,88,117); }

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

background-color css

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

 a { background-color: rgb(222,88,117); }

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

border-color css

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

 span { border-color: rgb(222,88,117); }

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