Html Css Color HEX #D7426D Cranberry

📋 copy color: '#D7426D'

red 215 ◦ green 66 ◦ blue 109

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

Shades of Cranberry #D7426D

Tints of Cranberry #D7426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.95%

R = 55.13%
G = 16.92%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7426D (or 0xD7426D) is known color: Cranberry. HEX triplet: D7, 42 and 6D. RGB value is (215,66,109). Sum of RGB (Red+Green+Blue) = 215+66+109=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7426D is #28BD92. Grayscale: #737373. Windows color (decimal): -2669971 or 7160535. OLE color: 7160535.

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

Color convert

RGB 215 66 109 -
CMYK 0 0.69 0.49 0.16
HSL 342.68º 0.65% 0.55% -
HSV(B) 342.68º 0.69% 0.84% -
XYZ 32.73 19.45 16.5 -
YUV 115.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 215 66 109 0 0.69 0.49 0.16 342.68 0.65 0.55
Hex D7 42 6D 0 45 31 10 157 41 37
Octal 327 102 155 0 105 61 20 527 101 67
Binary 11010111 1000010 1101101 0 1000101 110001 10000 101010111 1000001 110111

Color Harmonies of #D7426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7426D

Black with #D7426D

Text Example


Text Example

White with #D7426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7426D; }

 p { color: rgb(215,66,109); }

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

background-color css

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

 a { background-color: rgb(215,66,109); }

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

border-color css

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

 span { border-color: rgb(215,66,109); }

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