Html Css Color HEX #D5437E Cranberry

📋 copy color: '#D5437E'

red 213 ◦ green 67 ◦ blue 126

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

Shades of Cranberry #D5437E

Tints of Cranberry #D5437E

RGB

 RED value IS 213 (83.59% from 255) = 52.46%

 GREEN value IS 67 (26.56% from 255) = 16.5%

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

R = 52.46%
G = 16.5%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5437E (or 0xD5437E) is known color: Cranberry. HEX triplet: D5, 43 and 7E. RGB value is (213,67,126). Sum of RGB (Red+Green+Blue) = 213+67+126=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5437E is #2ABC81. Grayscale: #757575. Windows color (decimal): -2800770 or 8274901. OLE color: 8274901.

HSL color Cylindrical-coordinate representation of color #D5437E: hue angle of 335.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5437E is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 126 -
CMYK 0 0.69 0.41 0.16
HSL 335.75º 0.63% 0.55% -
HSV(B) 335.75º 0.69% 0.84% -
XYZ 33.21 19.67 21.78 -
YUV 117.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 213 67 126 0 0.69 0.41 0.16 335.75 0.63 0.55
Hex D5 43 7E 0 45 29 10 150 3F 37
Octal 325 103 176 0 105 51 20 520 77 67
Binary 11010101 1000011 1111110 0 1000101 101001 10000 101010000 111111 110111

Color Harmonies of #D5437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5437E

Black with #D5437E

Text Example


Text Example

White with #D5437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5437E; }

 p { color: rgb(213,67,126); }

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

background-color css

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

 a { background-color: rgb(213,67,126); }

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

border-color css

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

 span { border-color: rgb(213,67,126); }

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