Html Css Color HEX #D74B7E Cranberry

📋 copy color: '#D74B7E'

red 215 ◦ green 75 ◦ blue 126

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

Shades of Cranberry #D74B7E

Tints of Cranberry #D74B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

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

R = 51.68%
G = 18.03%
B = 30.29%

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

#D74B7E (or 0xD74B7E) is known color: Cranberry. HEX triplet: D7, 4B and 7E. RGB value is (215,75,126). Sum of RGB (Red+Green+Blue) = 215+75+126=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B7E is #28B481. Grayscale: #7A7A7A. Windows color (decimal): -2667650 or 8276951. OLE color: 8276951.

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

Color convert

RGB 215 75 126 -
CMYK 0 0.65 0.41 0.16
HSL 338.14º 0.64% 0.57% -
HSV(B) 338.14º 0.65% 0.84% -
XYZ 34.31 20.99 21.98 -
YUV 122.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 215 75 126 0 0.65 0.41 0.16 338.14 0.64 0.57
Hex D7 4B 7E 0 41 29 10 152 40 39
Octal 327 113 176 0 101 51 20 522 100 71
Binary 11010111 1001011 1111110 0 1000001 101001 10000 101010010 1000000 111001

Color Harmonies of #D74B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B7E

Black with #D74B7E

Text Example


Text Example

White with #D74B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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