Html Css Color HEX #D7417C Cranberry

📋 copy color: '#D7417C'

red 215 ◦ green 65 ◦ blue 124

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

Shades of Cranberry #D7417C

Tints of Cranberry #D7417C

RGB

 RED value IS 215 (84.38% from 255) = 53.22%

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

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

R = 53.22%
G = 16.09%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7417C (or 0xD7417C) is known color: Cranberry. HEX triplet: D7, 41 and 7C. RGB value is (215,65,124). Sum of RGB (Red+Green+Blue) = 215+65+124=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7417C is #28BE83. Grayscale: #747474. Windows color (decimal): -2670212 or 8143319. OLE color: 8143319.

HSL color Cylindrical-coordinate representation of color #D7417C: hue angle of 336.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7417C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 124 -
CMYK 0 0.70 0.42 0.16
HSL 336.4º 0.65% 0.55% -
HSV(B) 336.4º 0.7% 0.84% -
XYZ 33.55 19.68 21.1 -
YUV 116.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 215 65 124 0 0.70 0.42 0.16 336.4 0.65 0.55
Hex D7 41 7C 0 46 2A 10 150 41 37
Octal 327 101 174 0 106 52 20 520 101 67
Binary 11010111 1000001 1111100 0 1000110 101010 10000 101010000 1000001 110111

Color Harmonies of #D7417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7417C

Black with #D7417C

Text Example


Text Example

White with #D7417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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