Html Css Color HEX #D65073 Cranberry

📋 copy color: '#D65073'

red 214 ◦ green 80 ◦ blue 115

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

Shades of Cranberry #D65073

Tints of Cranberry #D65073

RGB

 RED value IS 214 (83.98% from 255) = 52.32%

 GREEN value IS 80 (31.64% from 255) = 19.56%

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 52.32%
G = 19.56%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65073 (or 0xD65073) is known color: Cranberry. HEX triplet: D6, 50 and 73. RGB value is (214,80,115). Sum of RGB (Red+Green+Blue) = 214+80+115=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D65073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65073 is #29AF8C. Grayscale: #7C7C7C. Windows color (decimal): -2731917 or 7557334. OLE color: 7557334.

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

Color convert

RGB 214 80 115 -
CMYK 0 0.63 0.46 0.16
HSL 344.33º 0.62% 0.58% -
HSV(B) 344.33º 0.63% 0.84% -
XYZ 33.69 21.27 18.55 -
YUV 124.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 214 80 115 0 0.63 0.46 0.16 344.33 0.62 0.58
Hex D6 50 73 0 3F 2E 10 158 3E 3A
Octal 326 120 163 0 77 56 20 530 76 72
Binary 11010110 1010000 1110011 0 111111 101110 10000 101011000 111110 111010

Color Harmonies of #D65073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65073

Black with #D65073

Text Example


Text Example

White with #D65073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65073; }

 p { color: rgb(214,80,115); }

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

background-color css

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

 a { background-color: rgb(214,80,115); }

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

border-color css

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

 span { border-color: rgb(214,80,115); }

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