Html Css Color HEX #D5437D Cranberry

📋 copy color: '#D5437D'

red 213 ◦ green 67 ◦ blue 125

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

Shades of Cranberry #D5437D

Tints of Cranberry #D5437D

RGB

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

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

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

R = 52.59%
G = 16.54%
B = 30.86%

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

#D5437D (or 0xD5437D) is known color: Cranberry. HEX triplet: D5, 43 and 7D. RGB value is (213,67,125). Sum of RGB (Red+Green+Blue) = 213+67+125=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5437D is #2ABC82. Grayscale: #757575. Windows color (decimal): -2800771 or 8209365. OLE color: 8209365.

HSL color Cylindrical-coordinate representation of color #D5437D: hue angle of 336.16º 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 #D5437D is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 125 -
CMYK 0 0.69 0.41 0.16
HSL 336.16º 0.63% 0.55% -
HSV(B) 336.16º 0.69% 0.84% -
XYZ 33.15 19.64 21.45 -
YUV 117.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 213 67 125 0 0.69 0.41 0.16 336.16 0.63 0.55
Hex D5 43 7D 0 45 29 10 150 3F 37
Octal 325 103 175 0 105 51 20 520 77 67
Binary 11010101 1000011 1111101 0 1000101 101001 10000 101010000 111111 110111

Color Harmonies of #D5437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5437D

Black with #D5437D

Text Example


Text Example

White with #D5437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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