Html Css Color HEX #D74783 Cranberry

📋 copy color: '#D74783'

red 215 ◦ green 71 ◦ blue 131

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

Shades of Cranberry #D74783

Tints of Cranberry #D74783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 51.56%
G = 17.03%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74783 (or 0xD74783) is known color: Cranberry. HEX triplet: D7, 47 and 83. RGB value is (215,71,131). Sum of RGB (Red+Green+Blue) = 215+71+131=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74783 is #28B87C. Grayscale: #787878. Windows color (decimal): -2668669 or 8603607. OLE color: 8603607.

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

Color convert

RGB 215 71 131 -
CMYK 0 0.67 0.39 0.16
HSL 335º 0.64% 0.56% -
HSV(B) 335º 0.67% 0.84% -
XYZ 34.37 20.59 23.64 -
YUV 120.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 215 71 131 0 0.67 0.39 0.16 335 0.64 0.56
Hex D7 47 83 0 43 27 10 14F 40 38
Octal 327 107 203 0 103 47 20 517 100 70
Binary 11010111 1000111 10000011 0 1000011 100111 10000 101001111 1000000 111000

Color Harmonies of #D74783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74783

Black with #D74783

Text Example


Text Example

White with #D74783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74783; }

 p { color: rgb(215,71,131); }

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

background-color css

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

 a { background-color: rgb(215,71,131); }

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

border-color css

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

 span { border-color: rgb(215,71,131); }

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