Html Css Color HEX #D74C7E Cranberry

📋 copy color: '#D74C7E'

red 215 ◦ green 76 ◦ blue 126

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

Shades of Cranberry #D74C7E

Tints of Cranberry #D74C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 51.56%
G = 18.23%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D74C7E (or 0xD74C7E) is known color: Cranberry. HEX triplet: D7, 4C and 7E. RGB value is (215,76,126). Sum of RGB (Red+Green+Blue) = 215+76+126=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C7E is #28B381. Grayscale: #7B7B7B. Windows color (decimal): -2667394 or 8277207. OLE color: 8277207.

HSL color Cylindrical-coordinate representation of color #D74C7E: hue angle of 338.42º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C7E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 126 -
CMYK 0 0.65 0.41 0.16
HSL 338.42º 0.63% 0.57% -
HSV(B) 338.42º 0.65% 0.84% -
XYZ 34.37 21.12 22 -
YUV 123.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 215 76 126 0 0.65 0.41 0.16 338.42 0.63 0.57
Hex D7 4C 7E 0 41 29 10 152 3F 39
Octal 327 114 176 0 101 51 20 522 77 71
Binary 11010111 1001100 1111110 0 1000001 101001 10000 101010010 111111 111001

Color Harmonies of #D74C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C7E

Black with #D74C7E

Text Example


Text Example

White with #D74C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C7E; }

 p { color: rgb(215,76,126); }

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

background-color css

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

 a { background-color: rgb(215,76,126); }

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

border-color css

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

 span { border-color: rgb(215,76,126); }

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