Html Css Color HEX #D54A7D Cranberry

📋 copy color: '#D54A7D'

red 213 ◦ green 74 ◦ blue 125

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

Shades of Cranberry #D54A7D

Tints of Cranberry #D54A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.96%

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

R = 51.7%
G = 17.96%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D54A7D (or 0xD54A7D) is known color: Cranberry. HEX triplet: D5, 4A and 7D. RGB value is (213,74,125). Sum of RGB (Red+Green+Blue) = 213+74+125=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A7D is #2AB582. Grayscale: #797979. Windows color (decimal): -2798979 or 8211157. OLE color: 8211157.

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

Color convert

RGB 213 74 125 -
CMYK 0 0.65 0.41 0.16
HSL 337.99º 0.62% 0.56% -
HSV(B) 337.99º 0.65% 0.84% -
XYZ 33.59 20.52 21.59 -
YUV 121.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 213 74 125 0 0.65 0.41 0.16 337.99 0.62 0.56
Hex D5 4A 7D 0 41 29 10 152 3E 38
Octal 325 112 175 0 101 51 20 522 76 70
Binary 11010101 1001010 1111101 0 1000001 101001 10000 101010010 111110 111000

Color Harmonies of #D54A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A7D

Black with #D54A7D

Text Example


Text Example

White with #D54A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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