Html Css Color HEX #D5467D Cranberry

📋 copy color: '#D5467D'

red 213 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #D5467D

Tints of Cranberry #D5467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

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

R = 52.21%
G = 17.16%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5467D (or 0xD5467D) is known color: Cranberry. HEX triplet: D5, 46 and 7D. RGB value is (213,70,125). Sum of RGB (Red+Green+Blue) = 213+70+125=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5467D is #2AB982. Grayscale: #767676. Windows color (decimal): -2800003 or 8210133. OLE color: 8210133.

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

Color convert

RGB 213 70 125 -
CMYK 0 0.67 0.41 0.16
HSL 336.92º 0.63% 0.55% -
HSV(B) 336.92º 0.67% 0.84% -
XYZ 33.33 20.01 21.51 -
YUV 119.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 213 70 125 0 0.67 0.41 0.16 336.92 0.63 0.55
Hex D5 46 7D 0 43 29 10 151 3F 37
Octal 325 106 175 0 103 51 20 521 77 67
Binary 11010101 1000110 1111101 0 1000011 101001 10000 101010001 111111 110111

Color Harmonies of #D5467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5467D

Black with #D5467D

Text Example


Text Example

White with #D5467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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