Html Css Color HEX #D5417E Cranberry

📋 copy color: '#D5417E'

red 213 ◦ green 65 ◦ blue 126

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

Shades of Cranberry #D5417E

Tints of Cranberry #D5417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 52.72%
G = 16.09%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5417E (or 0xD5417E) is known color: Cranberry. HEX triplet: D5, 41 and 7E. RGB value is (213,65,126). Sum of RGB (Red+Green+Blue) = 213+65+126=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5417E is #2ABE81. Grayscale: #747474. Windows color (decimal): -2801282 or 8274389. OLE color: 8274389.

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

Color convert

RGB 213 65 126 -
CMYK 0 0.69 0.41 0.16
HSL 335.27º 0.64% 0.55% -
HSV(B) 335.27º 0.69% 0.84% -
XYZ 33.1 19.43 21.75 -
YUV 116.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 213 65 126 0 0.69 0.41 0.16 335.27 0.64 0.55
Hex D5 41 7E 0 45 29 10 14F 40 37
Octal 325 101 176 0 105 51 20 517 100 67
Binary 11010101 1000001 1111110 0 1000101 101001 10000 101001111 1000000 110111

Color Harmonies of #D5417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5417E

Black with #D5417E

Text Example


Text Example

White with #D5417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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