Html Css Color HEX #DE4883 Cranberry

📋 copy color: '#DE4883'

red 222 ◦ green 72 ◦ blue 131

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

Shades of Cranberry #DE4883

Tints of Cranberry #DE4883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.94%

 BLUE value IS 131 (51.56% from 255) = 30.82%

R = 52.24%
G = 16.94%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE4883 (or 0xDE4883) is known color: Cranberry. HEX triplet: DE, 48 and 83. RGB value is (222,72,131). Sum of RGB (Red+Green+Blue) = 222+72+131=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4883 is #21B77C. Grayscale: #7B7B7B. Windows color (decimal): -2209661 or 8603870. OLE color: 8603870.

HSL color Cylindrical-coordinate representation of color #DE4883: hue angle of 336.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4883 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 72 131 -
CMYK 0 0.68 0.41 0.13
HSL 336.4º 0.69% 0.58% -
HSV(B) 336.4º 0.68% 0.87% -
XYZ 36.54 21.8 23.76 -
YUV 123.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 222 72 131 0 0.68 0.41 0.13 336.4 0.69 0.58
Hex DE 48 83 0 44 29 D 150 45 3A
Octal 336 110 203 0 104 51 15 520 105 72
Binary 11011110 1001000 10000011 0 1000100 101001 1101 101010000 1000101 111010

Color Harmonies of #DE4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4883

Black with #DE4883

Text Example


Text Example

White with #DE4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4883; }

 p { color: rgb(222,72,131); }

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

background-color css

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

 a { background-color: rgb(222,72,131); }

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

border-color css

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

 span { border-color: rgb(222,72,131); }

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