Html Css Color HEX #D54E7D Cranberry

📋 copy color: '#D54E7D'

red 213 ◦ green 78 ◦ blue 125

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

Shades of Cranberry #D54E7D

Tints of Cranberry #D54E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.75%

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

R = 51.2%
G = 18.75%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D54E7D (or 0xD54E7D) is known color: Cranberry. HEX triplet: D5, 4E and 7D. RGB value is (213,78,125). Sum of RGB (Red+Green+Blue) = 213+78+125=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E7D is #2AB182. Grayscale: #7B7B7B. Windows color (decimal): -2797955 or 8212181. OLE color: 8212181.

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

Color convert

RGB 213 78 125 -
CMYK 0 0.63 0.41 0.16
HSL 339.11º 0.62% 0.57% -
HSV(B) 339.11º 0.63% 0.84% -
XYZ 33.87 21.08 21.69 -
YUV 123.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 213 78 125 0 0.63 0.41 0.16 339.11 0.62 0.57
Hex D5 4E 7D 0 3F 29 10 153 3E 39
Octal 325 116 175 0 77 51 20 523 76 71
Binary 11010101 1001110 1111101 0 111111 101001 10000 101010011 111110 111001

Color Harmonies of #D54E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54E7D

Black with #D54E7D

Text Example


Text Example

White with #D54E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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