Html Css Color HEX #D54A7B Cranberry

📋 copy color: '#D54A7B'

red 213 ◦ green 74 ◦ blue 123

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

Shades of Cranberry #D54A7B

Tints of Cranberry #D54A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30%

R = 51.95%
G = 18.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D54A7B (or 0xD54A7B) is known color: Cranberry. HEX triplet: D5, 4A and 7B. RGB value is (213,74,123). Sum of RGB (Red+Green+Blue) = 213+74+123=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A7B is #2AB584. Grayscale: #797979. Windows color (decimal): -2798981 or 8080085. OLE color: 8080085.

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

Color convert

RGB 213 74 123 -
CMYK 0 0.65 0.42 0.16
HSL 338.85º 0.62% 0.56% -
HSV(B) 338.85º 0.65% 0.84% -
XYZ 33.46 20.47 20.93 -
YUV 121.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 213 74 123 0 0.65 0.42 0.16 338.85 0.62 0.56
Hex D5 4A 7B 0 41 2A 10 153 3E 38
Octal 325 112 173 0 101 52 20 523 76 70
Binary 11010101 1001010 1111011 0 1000001 101010 10000 101010011 111110 111000

Color Harmonies of #D54A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A7B

Black with #D54A7B

Text Example


Text Example

White with #D54A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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