Html Css Color HEX #D5417C Cranberry

📋 copy color: '#D5417C'

red 213 ◦ green 65 ◦ blue 124

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

Shades of Cranberry #D5417C

Tints of Cranberry #D5417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 52.99%
G = 16.17%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5417C (or 0xD5417C) is known color: Cranberry. HEX triplet: D5, 41 and 7C. RGB value is (213,65,124). Sum of RGB (Red+Green+Blue) = 213+65+124=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5417C is #2ABE83. Grayscale: #737373. Windows color (decimal): -2801284 or 8143317. OLE color: 8143317.

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

Color convert

RGB 213 65 124 -
CMYK 0 0.69 0.42 0.16
HSL 336.08º 0.64% 0.55% -
HSV(B) 336.08º 0.69% 0.84% -
XYZ 32.97 19.38 21.07 -
YUV 115.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 213 65 124 0 0.69 0.42 0.16 336.08 0.64 0.55
Hex D5 41 7C 0 45 2A 10 150 40 37
Octal 325 101 174 0 105 52 20 520 100 67
Binary 11010101 1000001 1111100 0 1000101 101010 10000 101010000 1000000 110111

Color Harmonies of #D5417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5417C

Black with #D5417C

Text Example


Text Example

White with #D5417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5417C; }

 p { color: rgb(213,65,124); }

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

background-color css

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

 a { background-color: rgb(213,65,124); }

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

border-color css

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

 span { border-color: rgb(213,65,124); }

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