Html Css Color HEX #D74581 Cranberry

📋 copy color: '#D74581'

red 215 ◦ green 69 ◦ blue 129

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

Shades of Cranberry #D74581

Tints of Cranberry #D74581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 52.06%
G = 16.71%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D74581 (or 0xD74581) is known color: Cranberry. HEX triplet: D7, 45 and 81. RGB value is (215,69,129). Sum of RGB (Red+Green+Blue) = 215+69+129=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74581 is #28BA7E. Grayscale: #777777. Windows color (decimal): -2669183 or 8472023. OLE color: 8472023.

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

Color convert

RGB 215 69 129 -
CMYK 0 0.68 0.4 0.16
HSL 335.34º 0.65% 0.56% -
HSV(B) 335.34º 0.68% 0.84% -
XYZ 34.11 20.29 22.89 -
YUV 119.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 215 69 129 0 0.68 0.4 0.16 335.34 0.65 0.56
Hex D7 45 81 0 44 28 10 14F 41 38
Octal 327 105 201 0 104 50 20 517 101 70
Binary 11010111 1000101 10000001 0 1000100 101000 10000 101001111 1000001 111000

Color Harmonies of #D74581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74581

Black with #D74581

Text Example


Text Example

White with #D74581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74581; }

 p { color: rgb(215,69,129); }

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

background-color css

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

 a { background-color: rgb(215,69,129); }

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

border-color css

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

 span { border-color: rgb(215,69,129); }

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