Html Css Color HEX #D54274 Cranberry

📋 copy color: '#D54274'

red 213 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #D54274

Tints of Cranberry #D54274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 53.92%
G = 16.71%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54274 (or 0xD54274) is known color: Cranberry. HEX triplet: D5, 42 and 74. RGB value is (213,66,116). Sum of RGB (Red+Green+Blue) = 213+66+116=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54274 is #2ABD8B. Grayscale: #737373. Windows color (decimal): -2801036 or 7619285. OLE color: 7619285.

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

Color convert

RGB 213 66 116 -
CMYK 0 0.69 0.46 0.16
HSL 339.59º 0.64% 0.55% -
HSV(B) 339.59º 0.69% 0.84% -
XYZ 32.54 19.3 18.53 -
YUV 115.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 213 66 116 0 0.69 0.46 0.16 339.59 0.64 0.55
Hex D5 42 74 0 45 2E 10 154 40 37
Octal 325 102 164 0 105 56 20 524 100 67
Binary 11010101 1000010 1110100 0 1000101 101110 10000 101010100 1000000 110111

Color Harmonies of #D54274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54274

Black with #D54274

Text Example


Text Example

White with #D54274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54274; }

 p { color: rgb(213,66,116); }

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

background-color css

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

 a { background-color: rgb(213,66,116); }

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

border-color css

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

 span { border-color: rgb(213,66,116); }

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