Html Css Color HEX #D93E7A Cranberry

📋 copy color: '#D93E7A'

red 217 ◦ green 62 ◦ blue 122

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

Shades of Cranberry #D93E7A

Tints of Cranberry #D93E7A

RGB

 RED value IS 217 (85.16% from 255) = 54.11%

 GREEN value IS 62 (24.61% from 255) = 15.46%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 54.11%
G = 15.46%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D93E7A (or 0xD93E7A) is known color: Cranberry. HEX triplet: D9, 3E and 7A. RGB value is (217,62,122). Sum of RGB (Red+Green+Blue) = 217+62+122=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93E7A is #26C185. Grayscale: #737373. Windows color (decimal): -2539910 or 8011481. OLE color: 8011481.

HSL color Cylindrical-coordinate representation of color #D93E7A: hue angle of 336.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93E7A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 62 122 -
CMYK 0 0.71 0.44 0.15
HSL 336.77º 0.67% 0.55% -
HSV(B) 336.77º 0.71% 0.85% -
XYZ 33.85 19.6 20.41 -
YUV 115.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 217 62 122 0 0.71 0.44 0.15 336.77 0.67 0.55
Hex D9 3E 7A 0 47 2C F 151 43 37
Octal 331 76 172 0 107 54 17 521 103 67
Binary 11011001 111110 1111010 0 1000111 101100 1111 101010001 1000011 110111

Color Harmonies of #D93E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E7A

Black with #D93E7A

Text Example


Text Example

White with #D93E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E7A; }

 p { color: rgb(217,62,122); }

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

background-color css

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

 a { background-color: rgb(217,62,122); }

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

border-color css

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

 span { border-color: rgb(217,62,122); }

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